Searched refs:mPendingEventCount (Results 1 – 2 of 2) sorted by relevance
250 mPendingEventCount(0), mPendingEventIndex(0), mPendingINotify(false) { in EventHub()890 while (mPendingEventIndex < mPendingEventCount) { in getEvents()996 if (mPendingINotify && mPendingEventIndex >= mPendingEventCount) { in getEvents()1035 mPendingEventCount = 0; in getEvents()1041 mPendingEventCount = 0; in getEvents()1051 mPendingEventCount = size_t(pollResult); in getEvents()
479 size_t mPendingEventCount; variable