Searched refs:executeCommand (Results 1 – 4 of 4) sorted by relevance
38 if (executeCommand(command) != 0) { in setPortForwarding()50 if (executeCommand(command) != 0) { in launchClient()57 if (executeCommand(command) != 0) { in launchClient()64 int Adb::executeCommand(const android::String8& command) in executeCommand() function in Adb
33 int executeCommand(const android::String8& command);
167 executeCommand(Utils.DIRECT_ACTIONS_SESSION_CMD_FINISH, in stopVoiceInteractionSession()173 final Bundle result = executeCommand(Utils.DIRECT_ACTIONS_SESSION_CMD_GET_ACTIONS, in getDirectActions()181 return executeCommand(Utils.DIRECT_ACTIONS_SESSION_CMD_PERFORM_ACTION, in performDirectAction()187 return executeCommand(Utils.DIRECT_ACTIONS_SESSION_CMD_PERFORM_ACTION_CANCEL, in performDirectActionAndCancel()194 final Bundle result = executeCommand( in detectDirectActionsInvalidated()200 @Nullable Bundle executeCommand(@NonNull String action, @Nullable DirectAction directAction, in executeCommand() method in DirectActionsTest.SessionControl
114 status_t executeCommand(int32_t command);