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

/frameworks/native/services/inputflinger/
H A DEventHub.cpp182 mPendingEventCount(0), mPendingEventIndex(0), mPendingINotify(false) {
774 while (mPendingEventIndex < mPendingEventCount) {
775 const struct epoll_event& eventItem = mPendingEventItems[mPendingEventIndex++];
925 mPendingEventIndex -= 1;
943 if (mPendingINotify && mPendingEventIndex >= mPendingEventCount) {
970 mPendingEventIndex = 0;
H A DEventHub.h449 size_t mPendingEventIndex; member in class:android::EventHub

Completed in 326 milliseconds