Home
last modified time | relevance | path

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

/frameworks/native/services/inputflinger/reader/
DEventHub.cpp264 mPendingINotify(false) { in EventHub()
903 mPendingINotify = true; in getEvents()
1005 if (mPendingINotify && mPendingEventIndex >= mPendingEventCount) { in getEvents()
1006 mPendingINotify = false; in getEvents()
/frameworks/native/services/inputflinger/reader/include/
DEventHub.h477 bool mPendingINotify; variable