HomeSort by relevance Sort by last modified time
    Searched refs:mPendingEventCount (Results 1 - 2 of 2) sorted by null

  /frameworks/base/services/input/
EventHub.cpp 156 mPendingEventCount(0), mPendingEventIndex(0), mPendingINotify(false) {
611 while (mPendingEventIndex < mPendingEventCount) {
721 if (mPendingINotify && mPendingEventIndex >= mPendingEventCount) {
760 mPendingEventCount = 0;
766 mPendingEventCount = 0;
776 mPendingEventCount = size_t(pollResult);
    [all...]
EventHub.h 367 size_t mPendingEventCount;

Completed in 796 milliseconds