Home
last modified time | relevance | path

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

/frameworks/native/services/inputflinger/reader/
DEventHub.cpp682 mPendingEventCount(0), in EventHub()
1622 while (mPendingEventIndex < mPendingEventCount) { in getEvents()
1729 if (mPendingINotify && mPendingEventIndex >= mPendingEventCount) { in getEvents()
1766 mPendingEventCount = 0; in getEvents()
1772 mPendingEventCount = 0; in getEvents()
1782 mPendingEventCount = size_t(pollResult); in getEvents()
/frameworks/native/services/inputflinger/reader/include/
DEventHub.h723 size_t mPendingEventCount; variable