Searched defs:GetInputDeviceList (Results 1 – 5 of 5) sorted by relevance
| /drivers/peripheral/input/interfaces/include/ |
| D | input_manager.h | 120 int32_t (*GetInputDeviceList)(uint32_t *devNum, InputDeviceInfo **devList, uint32_t size); member
|
| /drivers/peripheral/input/udriver/src/ |
| D | input_manager.cpp | 69 static int32_t GetInputDeviceList(uint32_t *devNum, InputDeviceInfo **devList, uint32_t size) in GetInputDeviceList() function
|
| /drivers/peripheral/input/hal/src/ |
| D | input_manager.c | 85 static int32_t GetInputDeviceList(uint32_t *devNum, InputDeviceInfo **deviceList, uint32_t size) in GetInputDeviceList() function
|
| /drivers/peripheral/input/libinput/src/ |
| D | input_interface_instance.cpp | 49 static int32_t GetInputDeviceList(uint32_t *devNum, InputDeviceInfo **devList, uint32_t size) in GetInputDeviceList() function
|
| /drivers/peripheral/input/hdi_service/ |
| D | input_interfaces_impl.cpp | 254 int32_t InputInterfacesImpl::GetInputDeviceList(uint32_t &devNum, std::vector<DeviceInfo> &devList,… in GetInputDeviceList() function in OHOS::HDI::Input::V1_0::InputInterfacesImpl
|