Home
last modified time | relevance | path

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

/drivers/peripheral/input/interfaces/include/
Dinput_manager.h68 int32_t (*ScanInputDevice)(InputDevDesc *staArr, uint32_t arrLen); member
/drivers/peripheral/input/udriver/src/
Dinput_manager.cpp33 static int32_t ScanInputDevice(InputDevDesc *staArr, uint32_t arrLen) in ScanInputDevice() function
/drivers/peripheral/input/hal/src/
Dinput_manager.c225 static int32_t ScanInputDevice(InputDevDesc *staArr, uint32_t arrLen) in ScanInputDevice() function
/drivers/peripheral/input/hdi_service/
Dinput_interfaces_impl.cpp163 int32_t InputInterfacesImpl::ScanInputDevice(std::vector<DevDesc> &staArr) in ScanInputDevice() function in OHOS::HDI::Input::V1_0::InputInterfacesImpl