Searched refs:GetInputDevice (Results 1 – 5 of 5) sorted by relevance
| /test/xts/hats/hdf/input/hdi_input/hdi_input/ |
| D | hdi_input_test.cpp | 259 int32_t ret = g_inputInterface->iInputManager->GetInputDevice(g_touchIndex, &dev); 283 int32_t ret = g_inputInterface->iInputManager->GetInputDevice(INVALID_INDEX1, &dev); 302 int32_t ret = g_inputInterface->iInputManager->GetInputDevice(INVALID_INDEX, &dev);
|
| /test/xts/hats/hdf/input/hdi_input/common/ |
| D | hdi_input_test.cpp | 340 ret = g_inputInterface->iInputManager->GetInputDevice(TOUCH_INDEX, &dev); 363 ret = g_inputInterface->iInputManager->GetInputDevice(TOUCH_INDEX, nullptr); 365 ret = g_inputInterface->iInputManager->GetInputDevice(0, &dev); 367 ret = g_inputInterface->iInputManager->GetInputDevice(INVALID_INDEX, &dev); 369 ret = g_inputInterface->iInputManager->GetInputDevice(MAX_INPUT_DEV_NUM, &dev); 520 ret = g_inputInterface->iInputManager->GetInputDevice(TOUCH_INDEX, &dev);
|
| /test/xts/hats/hdf/input/inputBenchmarkTest/ |
| D | hdf_input_benchmark_test.cpp | 358 BENCHMARK_F(InputBenchmarkTest, GetInputDevice)(benchmark::State &st) in BENCHMARK_F() argument 372 ret = g_inputInterface->iInputManager->GetInputDevice(TOUCH_INDEX, &dev); in BENCHMARK_F() 379 BENCHMARK_REGISTER_F(InputBenchmarkTest, GetInputDevice)->Iterations(100)->
|
| /test/xts/hats/hdf/input/hdi_passthrough/ |
| D | hdf_input_hdi_test.cpp | 276 ret = g_inputInterfaces->GetInputDevice(TOUCH_INDEX, dev); 304 int32_t ret = g_inputInterfaces->GetInputDevice(INVALID_INDEX, dev); 476 int32_t ret = g_inputInterfaces->GetInputDevice(TOUCH_INDEX, dev); 505 int32_t ret = g_inputInterfaces->GetInputDevice(INVALID_INDEX, dev);
|
| /test/xts/hats/hdf/input/hdi_passthrough_additional/ |
| D | hdf_input_hdi_test.cpp | 236 ret |= g_inputInterfaces->GetInputDevice(TOUCH_INDEX, devInfo); 252 ret = g_inputInterfaces->GetInputDevice(devIndex, devInfo); 270 ret = g_inputInterfaces->GetInputDevice(devIndex, devInfo); 274 ret = g_inputInterfaces->GetInputDevice(devIndex, devInfo); 288 int32_t ret = g_inputInterfaces->GetInputDevice(MAX_DEVICES, devInfo);
|