Home | History | Annotate | Download | only in input

Lines Matching refs:mPendingEventIndex

156         mPendingEventCount(0), mPendingEventIndex(0), mPendingINotify(false) {
602 while (mPendingEventIndex < mPendingEventCount) {
603 const struct epoll_event& eventItem = mPendingEventItems[mPendingEventIndex++];
699 mPendingEventIndex -= 1;
712 if (mPendingINotify && mPendingEventIndex >= mPendingEventCount) {
739 mPendingEventIndex = 0;