Searched refs:GetPowerStatus (Results 1 – 5 of 5) sorted by relevance
| /test/xts/hats/hdf/input/hdi_input/common/ |
| D | hdi_input_test.cpp | 546 ret = g_inputInterface->iInputController->GetPowerStatus(TOUCH_INDEX, &getStatus); 570 ret = g_inputInterface->iInputController->GetPowerStatus(TOUCH_INDEX, &getStatus); 595 ret = g_inputInterface->iInputController->GetPowerStatus(TOUCH_INDEX, &getStatus); 640 ret = g_inputInterface->iInputController->GetPowerStatus(TOUCH_INDEX, &getStatus); 645 ret = g_inputInterface->iInputController->GetPowerStatus(TOUCH_INDEX, &getStatus); 670 ret = g_inputInterface->iInputController->GetPowerStatus(TOUCH_INDEX, &getStatus); 675 ret = g_inputInterface->iInputController->GetPowerStatus(TOUCH_INDEX, &getStatus); 701 ret = g_inputInterface->iInputController->GetPowerStatus(TOUCH_INDEX, &getStatus); 726 ret = g_inputInterface->iInputController->GetPowerStatus(TOUCH_INDEX, &getStatus); 751 ret = g_inputInterface->iInputController->GetPowerStatus(TOUCH_INDEX, &getStatus); [all …]
|
| /test/xts/hats/hdf/input/PassthroughBenchmarkTest/ |
| D | hdf_input_benchmark_test.cpp | 275 BENCHMARK_F(PassthroughBenchmarkTest, GetPowerStatus)(benchmark::State &st) in BENCHMARK_F() argument 286 ret = g_inputInterfaces->GetPowerStatus(TOUCH_INDEX, getStatus); in BENCHMARK_F() 294 BENCHMARK_REGISTER_F(PassthroughBenchmarkTest, GetPowerStatus)->Iterations(100)->
|
| /test/xts/hats/hdf/input/inputBenchmarkTest/ |
| D | hdf_input_benchmark_test.cpp | 471 ret = g_inputInterface->iInputController->GetPowerStatus(TOUCH_INDEX, &getStatus); in BENCHMARK_F() 483 BENCHMARK_F(InputBenchmarkTest, GetPowerStatus)(benchmark::State &st) in BENCHMARK_F() argument 492 ret = g_inputInterface->iInputController->GetPowerStatus(TOUCH_INDEX, &getStatus); in BENCHMARK_F() 496 BENCHMARK_REGISTER_F(InputBenchmarkTest, GetPowerStatus)->Iterations(100)->
|
| /test/xts/hats/hdf/input/hdi_passthrough_additional/ |
| D | hdf_input_hdi_test.cpp | 457 ret = g_inputInterfaces->GetPowerStatus(TOUCH_INDEX, getStatus); 473 ret = g_inputInterfaces->GetPowerStatus(devIndex, getStatus); 491 ret = g_inputInterfaces->GetPowerStatus(devIndex, getStatus); 495 ret = g_inputInterfaces->GetPowerStatus(devIndex, getStatus); 510 ret = g_inputInterfaces->GetPowerStatus(MAX_DEVICES, getStatus);
|
| /test/xts/hats/hdf/input/hdi_passthrough/ |
| D | hdf_input_hdi_test.cpp | 653 ret = g_inputInterfaces->GetPowerStatus(TOUCH_INDEX, getStatus); 680 ret = g_inputInterfaces->GetPowerStatus(INVALID_INDEX, getStatus);
|