Home
last modified time | relevance | path

Searched refs:GetInputDevice (Results 1 – 13 of 13) sorted by relevance

/drivers/peripheral/input/interfaces/include/
Dinput_manager.h106 int32_t (*GetInputDevice)(uint32_t devIndex, InputDeviceInfo **devInfo); member
/drivers/peripheral/input/libinput/src/
Dinput_interface_instance.cpp44 static int32_t GetInputDevice(uint32_t devIndex, InputDeviceInfo **devInfo) in GetInputDevice() function
140 managerIf->GetInputDevice = GetInputDevice; in InstanceManagerIf()
/drivers/peripheral/input/udriver/src/
Dinput_manager.cpp60 static int32_t GetInputDevice(uint32_t devIndex, InputDeviceInfo **devInfo) in GetInputDevice() function
218 managerHdi->GetInputDevice = GetInputDevice; in InstanceManagerHdi()
/drivers/peripheral/input/hdi_service/
Dinput_interfaces_impl.h37 int32_t GetInputDevice(uint32_t devIndex, DeviceInfo &devInfo) override;
Dinput_interfaces_impl.cpp227 int32_t InputInterfacesImpl::GetInputDevice(uint32_t devIndex, DeviceInfo &devInfo) in GetInputDevice() function in OHOS::HDI::Input::V1_0::InputInterfacesImpl
230 inputInterface_->iInputManager->GetInputDevice == nullptr) { in GetInputDevice()
237 int32_t ret = inputInterface_->iInputManager->GetInputDevice(devIndex, &deviceInfo); in GetInputDevice()
/drivers/peripheral/input/hal/src/
Dinput_manager.c42 static int32_t GetInputDevice(uint32_t devIndex, InputDeviceInfo **devInfo) in GetInputDevice() function
291 managerHdi->GetInputDevice = GetInputDevice; in InstanceManagerHdi()
/drivers/peripheral/input/test/unittest/hdi/
Dhdf_input_hdi_test.cpp269 ret = g_inputInterfaces->GetInputDevice(TOUCH_INDEX, dev);
383 int32_t ret = g_inputInterfaces->GetInputDevice(TOUCH_INDEX, dev);
/drivers/peripheral/input/test/unittest/udriver/
Dhdi_input_test.cpp278 int32_t ret = g_inputInterface->iInputManager->GetInputDevice(g_touchIndex, &dev);
302 int32_t ret = g_inputInterface->iInputManager->GetInputDevice(INVALID_INDEX1, &dev);
321 int32_t ret = g_inputInterface->iInputManager->GetInputDevice(INVALID_INDEX, &dev);
/drivers/peripheral/input/test/benchmarktest/
Dinput_benchmark_test.cpp115 ret = g_inputInterfaces->GetInputDevice(TOUCH_INDEX, dev); in BENCHMARK_F()
/drivers/peripheral/input/test/unittest/common/
Dhdi_input_test.cpp347 ret = g_inputInterface->iInputManager->GetInputDevice(TOUCH_INDEX, &dev);
454 ret = g_inputInterface->iInputManager->GetInputDevice(TOUCH_INDEX, &dev);
/drivers/peripheral/input/
DREADME_zh.md67 …><a name="p1974125024812"></a><a name="p1974125024812"></a>int32_t (*GetInputDevice)(uint32_t devI…
DREADME.md67 …><a name="p1974125024812"></a><a name="p1974125024812"></a>int32_t (*GetInputDevice)(uint32_t devI…
/drivers/interface/input/v1_0/
DIInputInterfaces.idl118 GetInputDevice([in] unsigned int devIndex, [out] struct DeviceInfo devInfo);