Searched refs:mPendingINotify (Results 1 – 2 of 2) sorted by relevance
206 mPendingEventCount(0), mPendingEventIndex(0), mPendingINotify(false) { in EventHub()816 mPendingINotify = true; in getEvents()977 if (mPendingINotify && mPendingEventIndex >= mPendingEventCount) { in getEvents()978 mPendingINotify = false; in getEvents()
481 bool mPendingINotify; variable