Searched refs:extraCmd (Results 1 – 5 of 5) sorted by relevance
/test/xts/hats/hdf/input/hdi_passthrough_additional/ |
D | hdf_input_hdi_test.cpp | 1283 struct ExtraCmd extraCmd; variable 1284 extraCmd.cmdCode = "WakeUpMode"; 1285 extraCmd.cmdValue = "Enable"; 1286 ret = g_inputInterfaces->RunExtraCommand(devIndex, extraCmd); 1299 struct ExtraCmd extraCmd; variable 1300 extraCmd.cmdCode = "WakeUpMode"; 1301 extraCmd.cmdValue = "Enable"; 1306 ret = g_inputInterfaces->RunExtraCommand(devIndex, extraCmd); 1311 ret = g_inputInterfaces->RunExtraCommand(devIndex, extraCmd); 1326 struct ExtraCmd extraCmd; variable [all …]
|
/test/xts/hats/hdf/input/PassthroughBenchmarkTest/ |
D | hdf_input_benchmark_test.cpp | 425 struct ExtraCmd extraCmd; in BENCHMARK_F() local 426 extraCmd.cmdCode = "WakeUpMode"; in BENCHMARK_F() 427 extraCmd.cmdValue = "Enable"; in BENCHMARK_F() 430 ret = g_inputInterfaces->RunExtraCommand(TOUCH_INDEX, extraCmd); in BENCHMARK_F()
|
/test/xts/hats/hdf/input/hdi_passthrough/ |
D | hdf_input_hdi_test.cpp | 980 struct ExtraCmd extraCmd; variable 981 extraCmd.cmdCode = "WakeUpMode"; 982 extraCmd.cmdValue = "Enable"; 984 ret = g_inputInterfaces->RunExtraCommand(TOUCH_INDEX, extraCmd); 1006 struct ExtraCmd extraCmd; variable 1007 extraCmd.cmdCode = "WakeUpMode"; 1008 extraCmd.cmdValue = "Enable"; 1010 ret = g_inputInterfaces->RunExtraCommand(INVALID_INDEX, extraCmd);
|
/test/xts/hats/hdf/input/hdi_input/common/ |
D | hdi_input_test.cpp | 1156 InputExtraCmd extraCmd = {0}; variable 1157 extraCmd.cmdCode = "WakeUpMode"; 1158 extraCmd.cmdValue = "Enable"; 1160 ret = g_inputInterface->iInputController->RunExtraCommand(TOUCH_INDEX, &extraCmd); 1178 InputExtraCmd extraCmd = {0}; variable 1179 extraCmd.cmdCode = "WakeUpMode"; 1180 extraCmd.cmdValue = "Enable"; 1182 ret = g_inputInterface->iInputController->RunExtraCommand(MAX_INPUT_DEV_NUM, &extraCmd); 1184 ret = g_inputInterface->iInputController->RunExtraCommand(0, &extraCmd);
|
/test/xts/hats/hdf/input/inputBenchmarkTest/ |
D | hdf_input_benchmark_test.cpp | 593 InputExtraCmd extraCmd = {0}; in BENCHMARK_F() local 594 extraCmd.cmdCode = "WakeUpMode"; in BENCHMARK_F() 595 extraCmd.cmdValue = "Enable"; in BENCHMARK_F() 598 ret = g_inputInterface->iInputController->RunExtraCommand(TOUCH_INDEX, &extraCmd); in BENCHMARK_F()
|