Home
last modified time | relevance | path

Searched refs:pendingEventCount_ (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()
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()
H A Dinput_hub.h235 std::atomic<int32_t> pendingEventCount_; variable