Searched refs:pendingEventIndex_ (Results 1 – 2 of 2) sorted by relevance
50 pendingEventCount_(0), pendingEventIndex_(0), pendingINotify_(false), deviceChanged_(false),184 while (pendingEventIndex_ < pendingEventCount_) { in GetEvents()186 const struct epoll_event& eventItem = mPendingEventItems[pendingEventIndex_++]; in GetEvents()213 pendingEventIndex_ -= 1; in GetEvents()425 if (pendingINotify_ && pendingEventIndex_ >= pendingEventCount_) { in StartCollectInputHandler()455 while (pendingEventIndex_ < pendingEventCount_) { in GetDeviceHandler()457 const struct epoll_event& eventItem = mPendingEventItems[pendingEventIndex_++]; in GetDeviceHandler()483 pendingEventIndex_ = 0; in RefreshEpollItem()
236 std::atomic<int32_t> pendingEventIndex_; variable