Searched refs:mPendingINotify (Results 1 – 2 of 2) sorted by relevance
294 mPendingINotify(false) { in EventHub()925 mPendingINotify = true; in getEvents()1027 if (mPendingINotify && mPendingEventIndex >= mPendingEventCount) { in getEvents()1028 mPendingINotify = false; in getEvents()
478 bool mPendingINotify; variable