Home
last modified time | relevance | path

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

/frameworks/native/services/inputflinger/reader/
DEventHub.cpp294 mPendingINotify(false) { in EventHub()
925 mPendingINotify = true; in getEvents()
1027 if (mPendingINotify && mPendingEventIndex >= mPendingEventCount) { in getEvents()
1028 mPendingINotify = false; in getEvents()
/frameworks/native/services/inputflinger/reader/include/
DEventHub.h478 bool mPendingINotify; variable