Searched refs:pendingEventCount_ (Results 1 – 2 of 2) sorted by relevance
50 pendingEventCount_(0), pendingEventIndex_(0), pendingINotify_(false), deviceChanged_(false),184 while (pendingEventIndex_ < pendingEventCount_) { in GetEvents()425 if (pendingINotify_ && pendingEventIndex_ >= pendingEventCount_) { in StartCollectInputHandler()455 while (pendingEventIndex_ < pendingEventCount_) { in GetDeviceHandler()487 pendingEventCount_ = 0; in RefreshEpollItem()493 pendingEventCount_ = 0; in RefreshEpollItem()503 pendingEventCount_ = pollResult; in RefreshEpollItem()
235 std::atomic<int32_t> pendingEventCount_; variable