commit | 67774c74186c9fb5fb73bb0126636225010575f8 | [log] [tgz] |
---|---|---|
author | Michael Wright <michaelwr@google.com> | Wed Sep 25 14:13:40 2013 -0700 |
committer | Michael Wright <michaelwr@google.com> | Wed Sep 25 17:51:15 2013 -0700 |
tree | e075a20012f6a5389990f07be81053e7b6f43fb4 | |
parent | 6f7be89b3208b00641adda22c069e0cd594e6385 [diff] [blame] |
Move EventHub over to using EPOLLWAKEUP when available Bug: 10901016 Change-Id: If63c0de5cf120cdf1534d63fc2382d2925b35c6a
diff --git a/services/input/EventHub.h b/services/input/EventHub.h index ae28f01..e54b9fc 100644 --- a/services/input/EventHub.h +++ b/services/input/EventHub.h
@@ -440,6 +440,8 @@ size_t mPendingEventCount; size_t mPendingEventIndex; bool mPendingINotify; + + bool mUsingEpollWakeup; }; }; // namespace android