Home
last modified time | relevance | path

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

/frameworks/native/services/inputflinger/
DEventHub.cpp209 mPendingEventCount(0), mPendingEventIndex(0), mPendingINotify(false) { in EventHub()
815 while (mPendingEventIndex < mPendingEventCount) { in getEvents()
816 const struct epoll_event& eventItem = mPendingEventItems[mPendingEventIndex++]; in getEvents()
962 mPendingEventIndex -= 1; in getEvents()
980 if (mPendingINotify && mPendingEventIndex >= mPendingEventCount) { in getEvents()
1007 mPendingEventIndex = 0; in getEvents()
DEventHub.h481 size_t mPendingEventIndex; variable