Searched refs:GetInputDeviceList (Results 1 – 6 of 6) sorted by relevance
| /test/xts/hats/hdf/input/PassthroughBenchmarkTest/ |
| D | hdf_input_benchmark_test.cpp | 152 BENCHMARK_F(PassthroughBenchmarkTest, GetInputDeviceList)(benchmark::State &st) in BENCHMARK_F() argument 163 ret = g_inputInterfaces->GetInputDeviceList(num, dev, MAX_INPUT_DEV_NUM); in BENCHMARK_F() 180 BENCHMARK_REGISTER_F(PassthroughBenchmarkTest, GetInputDeviceList)->Iterations(100)->
|
| /test/xts/hats/hdf/input/inputBenchmarkTest/ |
| D | hdf_input_benchmark_test.cpp | 389 BENCHMARK_F(InputBenchmarkTest, GetInputDeviceList)( in BENCHMARK_F() argument 398 ret = g_inputInterface->iInputManager->GetInputDeviceList(&num, dev, MAX_INPUT_DEV_NUM); in BENCHMARK_F() 410 BENCHMARK_REGISTER_F(InputBenchmarkTest, GetInputDeviceList)->Iterations(100)->
|
| /test/xts/hats/hdf/input/hdi_input/common/ |
| D | hdi_input_test.cpp | 387 ret = g_inputInterface->iInputManager->GetInputDeviceList(&num, dev, MAX_INPUT_DEV_NUM); 412 ret = g_inputInterface->iInputManager->GetInputDeviceList(nullptr, dev, MAX_INPUT_DEV_NUM); 414 ret = g_inputInterface->iInputManager->GetInputDeviceList(&num, nullptr, MAX_INPUT_DEV_NUM); 416 ret = g_inputInterface->iInputManager->GetInputDeviceList(&num, dev, 0);
|
| /test/xts/hats/hdf/input/hdi_input/hdi_input/ |
| D | hdi_input_test.cpp | 323 ret = g_inputInterface->iInputManager->GetInputDeviceList(&num, &dev, MAX_INPUT_DEV_NUM);
|
| /test/xts/hats/hdf/input/hdi_passthrough/ |
| D | hdf_input_hdi_test.cpp | 334 ret = g_inputInterfaces->GetInputDeviceList(num, dev, MAX_INPUT_DEV_NUM);
|
| /test/xts/hats/hdf/input/hdi_passthrough_additional/ |
| D | hdf_input_hdi_test.cpp | 306 g_inputInterfaces->GetInputDeviceList(num, dev, MAX_INPUT_DEV_NUM);
|