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