Home
last modified time | relevance | path

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

/frameworks/native/services/inputflinger/
DEventHub.cpp189 mPendingEventCount(0), mPendingEventIndex(0), mPendingINotify(false) { in EventHub()
799 mPendingINotify = true; in getEvents()
960 if (mPendingINotify && mPendingEventIndex >= mPendingEventCount) { in getEvents()
961 mPendingINotify = false; in getEvents()
DEventHub.h462 bool mPendingINotify; variable