Home
last modified time | relevance | path

Searched refs:pendingINotify_ (Results 1 - 2 of 2) sorted by relevance

/foundation/distributedhardware/distributed_input/common/include/
H A Dinput_hub.h237 std::atomic<bool> pendingINotify_; member in OHOS::DistributedHardware::DistributedInput::InputHub
H A Dinput_hub.cpp50 pendingEventCount_(0), pendingEventIndex_(0), pendingINotify_(false), deviceChanged_(false),
425 if (pendingINotify_ && pendingEventIndex_ >= pendingEventCount_) { in StartCollectInputHandler()
426 pendingINotify_ = false; in StartCollectInputHandler()
460 pendingINotify_ = true; in GetDeviceHandler()

Completed in 4 milliseconds