Home
last modified time | relevance | path

Searched defs:ScanInputDevice (Results 1 – 6 of 6) sorted by relevance

/ohos5.0/docs/zh-cn/device-dev/reference/hdi-apis/input/
H A D_input_manager.md131 ### ScanInputDevice subsection
/ohos5.0/drivers/peripheral/input/interfaces/include/
H A Dinput_manager.h68 int32_t (*ScanInputDevice)(InputDevDesc *staArr, uint32_t arrLen); member
/ohos5.0/foundation/window/window_manager_lite/services/ims/
H A Dinput_event_hub.cpp173 uint8_t InputEventHub::ScanInputDevice() in ScanInputDevice() function in OHOS::InputEventHub
/ohos5.0/drivers/peripheral/input/hal/src/
H A Dinput_manager.c225 static int32_t ScanInputDevice(InputDevDesc *staArr, uint32_t arrLen) in ScanInputDevice() function
/ohos5.0/drivers/peripheral/input/udriver/src/
H A Dinput_manager.cpp33 static int32_t ScanInputDevice(InputDevDesc *staArr, uint32_t arrLen) in ScanInputDevice() function
/ohos5.0/drivers/peripheral/input/hdi_service/
H A Dinput_interfaces_impl.cpp164 int32_t InputInterfacesImpl::ScanInputDevice(std::vector<DevDesc> &staArr) in ScanInputDevice() function in OHOS::HDI::Input::V1_0::InputInterfacesImpl