Searched refs:mPendingINotify (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/services/input/
H A DEventHub.cpp202 mPendingEventCount(0), mPendingEventIndex(0), mPendingINotify(false) {
725 mPendingINotify = true;
888 if (mPendingINotify && mPendingEventIndex >= mPendingEventCount) {
889 mPendingINotify = false;
H A DEventHub.h442 bool mPendingINotify; member in class:android::EventHub

Completed in 45 milliseconds