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

/frameworks/native/services/inputflinger/
H A DEventHub.cpp182 mPendingEventCount(0), mPendingEventIndex(0), mPendingINotify(false) {
778 mPendingINotify = true;
943 if (mPendingINotify && mPendingEventIndex >= mPendingEventCount) {
944 mPendingINotify = false;
H A DEventHub.h450 bool mPendingINotify; member in class:android::EventHub

Completed in 350 milliseconds