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

/frameworks/base/services/input/
H A DEventHub.h413 bool mPendingINotify; member in class:android::EventHub
H A DEventHub.cpp201 mPendingEventCount(0), mPendingEventIndex(0), mPendingINotify(false) {
717 mPendingINotify = true;
855 if (mPendingINotify && mPendingEventIndex >= mPendingEventCount) {
856 mPendingINotify = false;

Completed in 53 milliseconds