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

/frameworks/native/services/inputflinger/
H A DEventHub.cpp182 mPendingEventCount(0), mPendingEventIndex(0), mPendingINotify(false) {
774 while (mPendingEventIndex < mPendingEventCount) {
943 if (mPendingINotify && mPendingEventIndex >= mPendingEventCount) {
982 mPendingEventCount = 0;
988 mPendingEventCount = 0;
998 mPendingEventCount = size_t(pollResult);
H A DEventHub.h448 size_t mPendingEventCount; member in class:android::EventHub

Completed in 76 milliseconds