Home
last modified time | relevance | path

Searched defs:GetInputDeviceList (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/docs/zh-cn/device-dev/reference/hdi-apis/input/
H A D_input_manager.md81 ### GetInputDeviceList subsection
/ohos5.0/drivers/peripheral/input/interfaces/include/
H A Dinput_manager.h120 int32_t (*GetInputDeviceList)(uint32_t *devNum, InputDeviceInfo **devList, uint32_t size); member
/ohos5.0/drivers/peripheral/input/hal/src/
H A Dinput_manager.c85 static int32_t GetInputDeviceList(uint32_t *devNum, InputDeviceInfo **deviceList, uint32_t size) in GetInputDeviceList() function
/ohos5.0/drivers/peripheral/input/udriver/src/
H A Dinput_manager.cpp69 static int32_t GetInputDeviceList(uint32_t *devNum, InputDeviceInfo **devList, uint32_t size) in GetInputDeviceList() function
/ohos5.0/drivers/peripheral/input/hdi_service/
H A Dinput_interfaces_impl.cpp254 int32_t InputInterfacesImpl::GetInputDeviceList(uint32_t &devNum, std::vector<DeviceInfo> &devList,… in GetInputDeviceList() function in OHOS::HDI::Input::V1_0::InputInterfacesImpl