Searched refs:RunExtraCommand (Results 1 – 5 of 5) sorted by relevance
| /test/xts/hats/hdf/input/PassthroughBenchmarkTest/ |
| D | hdf_input_benchmark_test.cpp | 417 BENCHMARK_F(PassthroughBenchmarkTest, RunExtraCommand)(benchmark::State &st) in BENCHMARK_F() argument 430 ret = g_inputInterfaces->RunExtraCommand(TOUCH_INDEX, extraCmd); in BENCHMARK_F() 436 BENCHMARK_REGISTER_F(PassthroughBenchmarkTest, RunExtraCommand)->Iterations(100)->
|
| /test/xts/hats/hdf/input/hdi_passthrough_additional/ |
| D | hdf_input_hdi_test.cpp | 1286 ret = g_inputInterfaces->RunExtraCommand(devIndex, extraCmd); 1306 ret = g_inputInterfaces->RunExtraCommand(devIndex, extraCmd); 1311 ret = g_inputInterfaces->RunExtraCommand(devIndex, extraCmd); 1329 ret = g_inputInterfaces->RunExtraCommand(devIndex, extraCmd); 1348 ret = g_inputInterfaces->RunExtraCommand(devIndex, extraCmd); 1369 ret = g_inputInterfaces->RunExtraCommand(devIndex, extraCmd); 1389 ret = g_inputInterfaces->RunExtraCommand(devIndex, extraCmd); 1409 ret = g_inputInterfaces->RunExtraCommand(devIndex, extraCmd);
|
| /test/xts/hats/hdf/input/inputBenchmarkTest/ |
| D | hdf_input_benchmark_test.cpp | 589 BENCHMARK_F(InputBenchmarkTest, RunExtraCommand)(benchmark::State &st) in BENCHMARK_F() argument 598 ret = g_inputInterface->iInputController->RunExtraCommand(TOUCH_INDEX, &extraCmd); in BENCHMARK_F() 601 BENCHMARK_REGISTER_F(InputBenchmarkTest, RunExtraCommand)->Iterations(100)->
|
| /test/xts/hats/hdf/input/hdi_input/common/ |
| D | hdi_input_test.cpp | 1163 ret = g_inputInterface->iInputController->RunExtraCommand(TOUCH_INDEX, &extraCmd); 1185 ret = g_inputInterface->iInputController->RunExtraCommand(MAX_INPUT_DEV_NUM, &extraCmd); 1187 ret = g_inputInterface->iInputController->RunExtraCommand(0, &extraCmd); 1189 ret = g_inputInterface->iInputController->RunExtraCommand(TOUCH_INDEX, nullptr);
|
| /test/xts/hats/hdf/input/hdi_passthrough/ |
| D | hdf_input_hdi_test.cpp | 984 ret = g_inputInterfaces->RunExtraCommand(TOUCH_INDEX, extraCmd); 1010 ret = g_inputInterfaces->RunExtraCommand(INVALID_INDEX, extraCmd);
|