Home
last modified time | relevance | path

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

/frameworks/base/services/input/
DEventHub.cpp201 mPendingEventCount(0), mPendingEventIndex(0), mPendingINotify(false) { in EventHub()
717 mPendingINotify = true; in getEvents()
821 if (mPendingINotify && mPendingEventIndex >= mPendingEventCount) { in getEvents()
822 mPendingINotify = false; in getEvents()
DEventHub.h413 bool mPendingINotify; variable