Home
last modified time | relevance | path

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

/drivers/peripheral/input/interfaces/include/
Dinput_manager.h106 int32_t (*GetInputDevice)(uint32_t devIndex, InputDeviceInfo **devInfo); member
/drivers/peripheral/input/udriver/src/
Dinput_manager.cpp60 static int32_t GetInputDevice(uint32_t devIndex, InputDeviceInfo **devInfo) in GetInputDevice() function
/drivers/peripheral/input/hal/src/
Dinput_manager.c42 static int32_t GetInputDevice(uint32_t devIndex, InputDeviceInfo **devInfo) in GetInputDevice() function
/drivers/peripheral/input/hdi_service/
Dinput_interfaces_impl.cpp226 int32_t InputInterfacesImpl::GetInputDevice(uint32_t devIndex, DeviceInfo &devInfo) in GetInputDevice() function in OHOS::HDI::Input::V1_0::InputInterfacesImpl