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 | 257 int32_t ret = g_inputInterface->iInputManager->GetInputDevice(g_touchIndex, &dev); 281 int32_t ret = g_inputInterface->iInputManager->GetInputDevice(INVALID_INDEX1, &dev); 300 int32_t ret = g_inputInterface->iInputManager->GetInputDevice(INVALID_INDEX, &dev);
|
/test/xts/hats/hdf/input/hdi_input/common/ |
D | hdi_input_test.cpp | 337 ret = g_inputInterface->iInputManager->GetInputDevice(TOUCH_INDEX, &dev); 360 ret = g_inputInterface->iInputManager->GetInputDevice(TOUCH_INDEX, nullptr); 362 ret = g_inputInterface->iInputManager->GetInputDevice(0, &dev); 364 ret = g_inputInterface->iInputManager->GetInputDevice(INVALID_INDEX, &dev); 366 ret = g_inputInterface->iInputManager->GetInputDevice(MAX_INPUT_DEV_NUM, &dev); 517 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);
|