Home
last modified time | relevance | path

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

/ohos5.0/foundation/distributedhardware/distributed_input/inputdevicehandler/include/
H A Ddistributed_input_handler.h69 static const int inputDeviceBufferSize_ = 32; variable
70 InputDeviceEvent mEventBuffer_[inputDeviceBufferSize_] = {};
/ohos5.0/foundation/distributedhardware/distributed_input/inputdevicehandler/src/
H A Ddistributed_input_handler.cpp199 size_t count = inputHub_->StartCollectInputHandler(mEventBuffer_, inputDeviceBufferSize_); in StartInputMonitorDeviceThread()