Searched refs:mPendingINotify (Results 1 – 2 of 2) sorted by relevance
189 mPendingEventCount(0), mPendingEventIndex(0), mPendingINotify(false) { in EventHub()799 mPendingINotify = true; in getEvents()960 if (mPendingINotify && mPendingEventIndex >= mPendingEventCount) { in getEvents()961 mPendingINotify = false; in getEvents()
462 bool mPendingINotify; variable