Home
last modified time | relevance | path

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

/drivers/peripheral/input/interfaces/include/
Dinput_manager.h106 int32_t (*GetInputDevice)(uint32_t devIndex, DeviceInfo **devInfo); member
/drivers/peripheral/input/input_adapter/input/interfaces/include/
Dinput_manager.h106 int32_t (*GetInputDevice)(uint32_t devIndex, DeviceInfo **devInfo); member
/drivers/peripheral/input/input_adapter/input/hal/src/
Dinput_manager.cpp62 static int32_t GetInputDevice(uint32_t devIndex, DeviceInfo **devInfo) in GetInputDevice() function
/drivers/peripheral/input/input_adapter/input_ipc/service/src/
Dinput_service.cpp43 int32_t InputServer::GetInputDevice(uint32_t devIndex, DeviceInfo **devInfo) in GetInputDevice() function in OHOS::Input::InputServer
/drivers/peripheral/input/hal/src/
Dinput_manager.c41 static int32_t GetInputDevice(uint32_t devIndex, DeviceInfo **devInfo) in GetInputDevice() function
/drivers/peripheral/input/input_adapter/input_ipc/client/src/
Dinput_proxy.cpp327 int32_t InputProxy::GetInputDevice(uint32_t devIndex, DeviceInfo **devInfo) in GetInputDevice() function in OHOS::Input::InputProxy