Searched refs:mPendingEventCount (Results 1 – 2 of 2) sorted by relevance
189 mPendingEventCount(0), mPendingEventIndex(0), mPendingINotify(false) { in EventHub()795 while (mPendingEventIndex < mPendingEventCount) { in getEvents()960 if (mPendingINotify && mPendingEventIndex >= mPendingEventCount) { in getEvents()999 mPendingEventCount = 0; in getEvents()1005 mPendingEventCount = 0; in getEvents()1015 mPendingEventCount = size_t(pollResult); in getEvents()
460 size_t mPendingEventCount; variable