Home
last modified time | relevance | path

Searched refs:InputDeviceEvent (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/foundation/distributedhardware/distributed_input/inputdevicehandler/include/
H A Ddistributed_input_handler.h70 InputDeviceEvent mEventBuffer_[inputDeviceBufferSize_] = {};
/ohos5.0/foundation/distributedhardware/distributed_input/common/include/
H A Dinput_hub.h81 size_t StartCollectInputHandler(InputDeviceEvent *buffer, size_t bufferSize);
84 size_t DeviceIsExists(InputDeviceEvent *buffer, size_t bufferSize);
H A Dconstants_dinput.h323 struct InputDeviceEvent { struct
H A Dinput_hub.cpp364 size_t InputHub::DeviceIsExists(InputDeviceEvent *buffer, size_t bufferSize) in DeviceIsExists()
366 InputDeviceEvent* event = buffer; in DeviceIsExists()
416 size_t InputHub::StartCollectInputHandler(InputDeviceEvent *buffer, size_t bufferSize) in StartCollectInputHandler()