Searched refs:mPendingEventIndex (Results 1 – 2 of 2) sorted by relevance
189 mPendingEventCount(0), mPendingEventIndex(0), mPendingINotify(false) { in EventHub()795 while (mPendingEventIndex < mPendingEventCount) { in getEvents()796 const struct epoll_event& eventItem = mPendingEventItems[mPendingEventIndex++]; in getEvents()942 mPendingEventIndex -= 1; in getEvents()960 if (mPendingINotify && mPendingEventIndex >= mPendingEventCount) { in getEvents()987 mPendingEventIndex = 0; in getEvents()
461 size_t mPendingEventIndex; variable