Home
last modified time | relevance | path

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

/drivers/peripheral/input/interfaces/include/
Dinput_manager.h120 int32_t (*GetInputDeviceList)(uint32_t *devNum, DeviceInfo **devList, uint32_t size); member
/drivers/peripheral/input/input_adapter/input/interfaces/include/
Dinput_manager.h120 int32_t (*GetInputDeviceList)(uint32_t *devNum, DeviceInfo **devList, uint32_t size); member
/drivers/peripheral/input/input_adapter/input/hal/src/
Dinput_manager.cpp72 static int32_t GetInputDeviceList(uint32_t *devNum, DeviceInfo **devList, uint32_t size) in GetInputDeviceList() function
/drivers/peripheral/input/input_adapter/input_ipc/service/src/
Dinput_service.cpp49 int32_t InputServer::GetInputDeviceList(uint32_t *devNum, DeviceInfo **devList, uint32_t size) in GetInputDeviceList() function in OHOS::Input::InputServer
/drivers/peripheral/input/hal/src/
Dinput_manager.c77 static int32_t GetInputDeviceList(uint32_t *devNum, DeviceInfo **deviceList, uint32_t size) in GetInputDeviceList() function
/drivers/peripheral/input/input_adapter/input_ipc/client/src/
Dinput_proxy.cpp355 int32_t InputProxy::GetInputDeviceList(uint32_t *devNum, DeviceInfo **devList, uint32_t size) in GetInputDeviceList() function in OHOS::Input::InputProxy