Searched refs:mPendingINotify (Results 1 – 2 of 2) sorted by relevance
681 mPendingINotify(false) { in EventHub()1554 mPendingINotify = true; in getEvents()1657 if (mPendingINotify && mPendingEventIndex >= mPendingEventCount) { in getEvents()1658 mPendingINotify = false; in getEvents()
715 bool mPendingINotify; variable