Searched refs:mPendingEventCount (Results 1 – 2 of 2) sorted by relevance
189 mPendingEventCount(0), mPendingEventIndex(0), mPendingINotify(false) { in EventHub()781 while (mPendingEventIndex < mPendingEventCount) { in getEvents()946 if (mPendingINotify && mPendingEventIndex >= mPendingEventCount) { in getEvents()985 mPendingEventCount = 0; in getEvents()991 mPendingEventCount = 0; in getEvents()1001 mPendingEventCount = size_t(pollResult); in getEvents()
455 size_t mPendingEventCount; variable