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 367 bool mPendingINotify;
EventHub.cpp 156 mPendingEventCount(0), mPendingEventIndex(0), mPendingINotify(false) {
606 mPendingINotify = true;
712 if (mPendingINotify && mPendingEventIndex >= mPendingEventCount) {
713 mPendingINotify = false;
    [all...]

Completed in 145 milliseconds