Searched refs:GetInputDevice (Results 1 - 10 of 10) sorted by relevance
/drivers/peripheral/input/interfaces/include/ |
H A D | input_manager.h | 106 int32_t (*GetInputDevice)(uint32_t devIndex, InputDeviceInfo **devInfo);
member
|
/drivers/peripheral/input/udriver/src/ |
H A 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/ |
H A D | input_interfaces_impl.h | 37 int32_t GetInputDevice(uint32_t devIndex, DeviceInfo &devInfo) override;
|
H A 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/ |
H A 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/ |
H A D | hdf_input_hdi_test.cpp | 269 ret = g_inputInterfaces->GetInputDevice(TOUCH_INDEX, dev); in HWTEST_F() 383 int32_t ret = g_inputInterfaces->GetInputDevice(TOUCH_INDEX, dev); in HWTEST_F()
|
/drivers/peripheral/input/test/benchmarktest/ |
H A D | input_benchmark_test.cpp | 103 * @tc.desc: Benchmarktest for interface GetInputDevice.
115 ret = g_inputInterfaces->GetInputDevice(TOUCH_INDEX, dev);
in BENCHMARK_F()
|
/drivers/peripheral/input/test/unittest/hdi_passthrough_additional/ |
H A D | hdf_input_hdi_test.cpp | 226 * @tc.desc : Reliability of function(GetInputDevice) 236 ret |= g_inputInterfaces->GetInputDevice(TOUCH_INDEX, devInfo); in HWTEST_F() 252 ret = g_inputInterfaces->GetInputDevice(devIndex, devInfo); in HWTEST_F() 270 ret = g_inputInterfaces->GetInputDevice(devIndex, devInfo); in HWTEST_F() 274 ret = g_inputInterfaces->GetInputDevice(devIndex, devInfo); in HWTEST_F() 288 int32_t ret = g_inputInterfaces->GetInputDevice(MAX_DEVICES, devInfo); in HWTEST_F()
|
/drivers/peripheral/input/test/unittest/udriver/ |
H A D | hdi_input_test.cpp | 279 int32_t ret = g_inputInterface->iInputManager->GetInputDevice(g_touchIndex, &dev); in HWTEST_F() 303 int32_t ret = g_inputInterface->iInputManager->GetInputDevice(INVALID_INDEX1, &dev); in HWTEST_F() 322 int32_t ret = g_inputInterface->iInputManager->GetInputDevice(INVALID_INDEX, &dev); in HWTEST_F()
|
/drivers/peripheral/input/test/unittest/common/ |
H A D | hdi_input_test.cpp | 347 ret = g_inputInterface->iInputManager->GetInputDevice(TOUCH_INDEX, &dev); in HWTEST_F() 454 ret = g_inputInterface->iInputManager->GetInputDevice(TOUCH_INDEX, &dev); in HWTEST_F()
|
Completed in 15 milliseconds