Home
last modified time | relevance | path

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

/frameworks/native/services/inputflinger/reader/
DEventHub.cpp262 mPendingEventCount(0), in EventHub()
899 while (mPendingEventIndex < mPendingEventCount) { in getEvents()
1005 if (mPendingINotify && mPendingEventIndex >= mPendingEventCount) { in getEvents()
1044 mPendingEventCount = 0; in getEvents()
1050 mPendingEventCount = 0; in getEvents()
1060 mPendingEventCount = size_t(pollResult); in getEvents()
/frameworks/native/services/inputflinger/reader/include/
DEventHub.h475 size_t mPendingEventCount; variable