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

  /frameworks/native/services/inputflinger/
EventHub.cpp 182 mPendingEventCount(0), mPendingEventIndex(0), mPendingINotify(false) {
774 while (mPendingEventIndex < mPendingEventCount) {
775 const struct epoll_event& eventItem = mPendingEventItems[mPendingEventIndex++];
    [all...]
EventHub.h 449 size_t mPendingEventIndex;

Completed in 121 milliseconds