Searched refs:mPendingEventCount (Results 1 – 2 of 2) sorted by relevance
206 mPendingEventCount(0), mPendingEventIndex(0), mPendingINotify(false) { in EventHub()812 while (mPendingEventIndex < mPendingEventCount) { in getEvents()977 if (mPendingINotify && mPendingEventIndex >= mPendingEventCount) { in getEvents()1016 mPendingEventCount = 0; in getEvents()1022 mPendingEventCount = 0; in getEvents()1032 mPendingEventCount = size_t(pollResult); in getEvents()
479 size_t mPendingEventCount; variable