Home
last modified time | relevance | path

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

/ohos5.0/drivers/peripheral/input/hal/src/
H A Dinput_manager.c225 static int32_t ScanInputDevice(InputDevDesc *staArr, uint32_t arrLen) in ScanInputDevice()
/ohos5.0/drivers/peripheral/input/udriver/src/
H A Dinput_manager.cpp33 static int32_t ScanInputDevice(InputDevDesc *staArr, uint32_t arrLen) in ScanInputDevice()
H A Dinput_device_manager.cpp656 RetStatus InputDeviceManager::ScanDevice(InputDevDesc *staArr, uint32_t arrLen) in ScanDevice()
/ohos5.0/drivers/peripheral/input/hdi_service/
H A Dinput_interfaces_impl.cpp164 int32_t InputInterfacesImpl::ScanInputDevice(std::vector<DevDesc> &staArr) in ScanInputDevice()