diff options
Diffstat (limited to 'services/input/EventHub.h')
-rw-r--r-- | services/input/EventHub.h | 2 |
1 files changed, 2 insertions, 0 deletions
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 @@ private: size_t mPendingEventCount; size_t mPendingEventIndex; bool mPendingINotify; + + bool mUsingEpollWakeup; }; }; // namespace android |