Home
last modified time | relevance | path

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

/frameworks/native/services/inputflinger/
DEventHub.cpp189 mPendingEventCount(0), mPendingEventIndex(0), mPendingINotify(false) { in EventHub()
781 while (mPendingEventIndex < mPendingEventCount) { in getEvents()
782 const struct epoll_event& eventItem = mPendingEventItems[mPendingEventIndex++]; in getEvents()
928 mPendingEventIndex -= 1; in getEvents()
946 if (mPendingINotify && mPendingEventIndex >= mPendingEventCount) { in getEvents()
973 mPendingEventIndex = 0; in getEvents()
DEventHub.h456 size_t mPendingEventIndex; variable