Home | History | Annotate | Download | only in inputflinger

Lines Matching refs:mPendingEventIndex

182         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;