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

  /frameworks/base/services/input/
EventHub.h 369 bool mPendingINotify;
EventHub.cpp 156 mPendingEventCount(0), mPendingEventIndex(0), mPendingINotify(false) {
615 mPendingINotify = true;
721 if (mPendingINotify && mPendingEventIndex >= mPendingEventCount) {
722 mPendingINotify = false;
    [all...]

Completed in 158 milliseconds