Home
last modified time | relevance | path

Searched refs:pendingEventIndex_ (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/distributedhardware/distributed_input/common/include/
H A Dinput_hub.cpp50 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()
H A Dinput_hub.h236 std::atomic<int32_t> pendingEventIndex_; variable