Searched refs:mPendingINotify (Results 1 – 2 of 2) sorted by relevance
264 mPendingINotify(false) { in EventHub()903 mPendingINotify = true; in getEvents()1005 if (mPendingINotify && mPendingEventIndex >= mPendingEventCount) { in getEvents()1006 mPendingINotify = false; in getEvents()
477 bool mPendingINotify; variable