Home
last modified time | relevance | path

Searched refs:mPendingEventIndex (Results 1 – 2 of 2) sorted by relevance

/frameworks/native/services/inputflinger/
DEventHub.cpp206 mPendingEventCount(0), mPendingEventIndex(0), mPendingINotify(false) { in EventHub()
812 while (mPendingEventIndex < mPendingEventCount) { in getEvents()
813 const struct epoll_event& eventItem = mPendingEventItems[mPendingEventIndex++]; in getEvents()
959 mPendingEventIndex -= 1; in getEvents()
977 if (mPendingINotify && mPendingEventIndex >= mPendingEventCount) { in getEvents()
1004 mPendingEventIndex = 0; in getEvents()
DEventHub.h480 size_t mPendingEventIndex; variable