Home
last modified time | relevance | path

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

/frameworks/native/services/inputflinger/
DEventHub.cpp250 mPendingEventCount(0), mPendingEventIndex(0), mPendingINotify(false) { in EventHub()
894 mPendingINotify = true; in getEvents()
996 if (mPendingINotify && mPendingEventIndex >= mPendingEventCount) { in getEvents()
997 mPendingINotify = false; in getEvents()
DEventHub.h481 bool mPendingINotify; variable