Home
last modified time | relevance | path

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

/frameworks/native/services/inputflinger/reader/
DEventHub.cpp891 mPendingEventCount(0), in EventHub()
1939 while (mPendingEventIndex < mPendingEventCount) { in getEvents()
2048 if (mPendingINotify && mPendingEventIndex >= mPendingEventCount) { in getEvents()
2088 mPendingEventCount = 0; in getEvents()
2094 mPendingEventCount = 0; in getEvents()
2104 mPendingEventCount = size_t(pollResult); in getEvents()
/frameworks/native/services/inputflinger/reader/include/
DEventHub.h814 size_t mPendingEventCount; variable