Home
last modified time | relevance | path

Searched refs:GetInputDeviceList (Results 1 – 6 of 6) sorted by relevance

/test/xts/hats/hdf/input/PassthroughBenchmarkTest/
Dhdf_input_benchmark_test.cpp152 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/
Dhdf_input_benchmark_test.cpp389 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/
Dhdi_input_test.cpp387 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/
Dhdi_input_test.cpp323 ret = g_inputInterface->iInputManager->GetInputDeviceList(&num, &dev, MAX_INPUT_DEV_NUM);
/test/xts/hats/hdf/input/hdi_passthrough/
Dhdf_input_hdi_test.cpp334 ret = g_inputInterfaces->GetInputDeviceList(num, dev, MAX_INPUT_DEV_NUM);
/test/xts/hats/hdf/input/hdi_passthrough_additional/
Dhdf_input_hdi_test.cpp306 g_inputInterfaces->GetInputDeviceList(num, dev, MAX_INPUT_DEV_NUM);