Searched refs:GetInputDevice (Results 1 – 13 of 13) sorted by relevance
/drivers/peripheral/input/interfaces/include/ |
D | input_manager.h | 106 int32_t (*GetInputDevice)(uint32_t devIndex, InputDeviceInfo **devInfo); member
|
/drivers/peripheral/input/libinput/src/ |
D | input_interface_instance.cpp | 44 static int32_t GetInputDevice(uint32_t devIndex, InputDeviceInfo **devInfo) in GetInputDevice() function 140 managerIf->GetInputDevice = GetInputDevice; in InstanceManagerIf()
|
/drivers/peripheral/input/udriver/src/ |
D | input_manager.cpp | 60 static int32_t GetInputDevice(uint32_t devIndex, InputDeviceInfo **devInfo) in GetInputDevice() function 218 managerHdi->GetInputDevice = GetInputDevice; in InstanceManagerHdi()
|
/drivers/peripheral/input/hdi_service/ |
D | input_interfaces_impl.h | 37 int32_t GetInputDevice(uint32_t devIndex, DeviceInfo &devInfo) override;
|
D | input_interfaces_impl.cpp | 227 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/ |
D | input_manager.c | 42 static int32_t GetInputDevice(uint32_t devIndex, InputDeviceInfo **devInfo) in GetInputDevice() function 291 managerHdi->GetInputDevice = GetInputDevice; in InstanceManagerHdi()
|
/drivers/peripheral/input/test/unittest/hdi/ |
D | hdf_input_hdi_test.cpp | 269 ret = g_inputInterfaces->GetInputDevice(TOUCH_INDEX, dev); 383 int32_t ret = g_inputInterfaces->GetInputDevice(TOUCH_INDEX, dev);
|
/drivers/peripheral/input/test/unittest/udriver/ |
D | hdi_input_test.cpp | 278 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/ |
D | input_benchmark_test.cpp | 115 ret = g_inputInterfaces->GetInputDevice(TOUCH_INDEX, dev); in BENCHMARK_F()
|
/drivers/peripheral/input/test/unittest/common/ |
D | hdi_input_test.cpp | 347 ret = g_inputInterface->iInputManager->GetInputDevice(TOUCH_INDEX, &dev); 454 ret = g_inputInterface->iInputManager->GetInputDevice(TOUCH_INDEX, &dev);
|
/drivers/peripheral/input/ |
D | README_zh.md | 67 …><a name="p1974125024812"></a><a name="p1974125024812"></a>int32_t (*GetInputDevice)(uint32_t devI…
|
D | README.md | 67 …><a name="p1974125024812"></a><a name="p1974125024812"></a>int32_t (*GetInputDevice)(uint32_t devI…
|
/drivers/interface/input/v1_0/ |
D | IInputInterfaces.idl | 118 GetInputDevice([in] unsigned int devIndex, [out] struct DeviceInfo devInfo);
|