Searched refs:ScanInputDevice (Results 1 – 6 of 6) sorted by relevance
/test/xts/hats/hdf/input/inputBenchmarkTest/ |
D | hdf_input_benchmark_test.cpp | 68 ret = g_inputInterface->iInputManager->ScanInputDevice(sta, MAX_DEVICES); in SetUp() 134 int32_t ret = g_inputInterface->iInputManager->ScanInputDevice(sta, len); in OpenOnlineDev() 160 int32_t ret = g_inputInterface->iInputManager->ScanInputDevice(sta, len); in CloseOnlineDev() 191 BENCHMARK_F(InputBenchmarkTest, ScanInputDevice)(benchmark::State &st) in BENCHMARK_F() argument 201 … ret = g_inputInterface->iInputManager->ScanInputDevice(sta, sizeof(sta)/sizeof(InputDevDesc)); in BENCHMARK_F() 205 BENCHMARK_REGISTER_F(InputBenchmarkTest, ScanInputDevice)->Iterations(100)->
|
/test/xts/hats/hdf/input/PassthroughBenchmarkTest/ |
D | hdf_input_benchmark_test.cpp | 73 BENCHMARK_F(PassthroughBenchmarkTest, ScanInputDevice)(benchmark::State &st) in BENCHMARK_F() argument 85 ret = g_inputInterfaces->ScanInputDevice(sta); in BENCHMARK_F() 91 BENCHMARK_REGISTER_F(PassthroughBenchmarkTest, ScanInputDevice)->Iterations(100)->
|
/test/xts/hats/hdf/input/hdi_passthrough/ |
D | hdf_input_hdi_test.cpp | 75 int32_t ret = g_inputInterfaces->ScanInputDevice(sta); in OpenOnlineDev() 101 int32_t ret = g_inputInterfaces->ScanInputDevice(sta); in CloseOnlineDev() 156 ret = g_inputInterfaces->ScanInputDevice(sta);
|
/test/xts/hats/hdf/input/hdi_input/hdi_input/ |
D | hdi_input_test.cpp | 116 … ret = g_inputInterface->iInputManager->ScanInputDevice(sta, sizeof(sta) / sizeof(InputDevDesc));
|
/test/xts/hats/hdf/input/hdi_input/common/ |
D | hdi_input_test.cpp | 65 ret = g_inputInterface->iInputManager->ScanInputDevice(g_allDev, MAX_DEVICES); in SetUpTestCase() 197 …ret = g_inputInterface->iInputManager->ScanInputDevice(g_allDev, sizeof(g_allDev)/sizeof(InputDev…
|
/test/xts/hats/hdf/input/hdi_passthrough_additional/ |
D | hdf_input_hdi_test.cpp | 56 g_inputInterfaces->ScanInputDevice(g_sta); in SetUpTestCase() 90 ret |= g_inputInterfaces->ScanInputDevice(sta);
|