Home
last modified time | relevance | path

Searched refs:cmd_str (Results 1 – 5 of 5) sorted by relevance

/aosp12/hardware/qcom/audio/legacy/libalsa-intf/
H A Dalsaucm_test.c67 const char *cmd_str; member
177 for (cmd = cmds; cmd->cmd_str != NULL; cmd++) { in process_cmd()
178 if (strncmp(cmd->cmd_str, command, strlen(cmd->cmd_str)) == 0) in process_cmd()
182 if (cmd->cmd_str == NULL) { in process_cmd()
217 fprintf(stderr, "%s: error failed to get card list: %d\n", cmd->cmd_str, err); in process_cmd()
232 … fprintf(stderr, "No card is opened before. %s command can't be executed\n", cmd->cmd_str); in process_cmd()
238 fprintf(stderr, "%s: error failed to reset sound card %d\n", cmd->cmd_str, err); in process_cmd()
251 fprintf(stderr, "%s: error failed to reload manager %d\n", cmd->cmd_str, err); in process_cmd()
264 fprintf(stderr, "%s: error failed to get list %s: %d\n", cmd->cmd_str, identifier, err); in process_cmd()
298 fprintf(stderr, "%s: error failed to get %s: %d\n", cmd->cmd_str, identifier, err); in process_cmd()
[all …]
/aosp12/system/core/init/
H A Daction.cpp168 std::string cmd_str = command.BuildCommandString(); in ExecuteCommand() local
170 LOG(INFO) << "Command '" << cmd_str << "' action=" << trigger_name << " (" << filename_ in ExecuteCommand()
242 std::string cmd_str = c.BuildCommandString(); in DumpState() local
243 LOG(INFO) << " " << cmd_str; in DumpState()
/aosp12/art/tools/jfuzz/
H A Drun_jfuzz_test.py247 cmd_str = CommandListToCommandString(
249 return ['--raw-cmd={0}'.format(cmd_str), '--timeout', str(30)]
285 cmd_str = CommandListToCommandString(
287 cmd = ['--raw-cmd={0}'.format(cmd_str), '--timeout', str(30)]
342 cmd_str = CommandListToCommandString(
344 cmd = ['--raw-cmd={0}'.format(cmd_str), '--timeout', str(30)]
/aosp12/system/bt/gd/
H A Dsetup.py46 def setup_acts_for_cmd_or_die(cmd_str): argument
49 cmd = [sys.executable, acts_setup_bin, cmd_str]
/aosp12/art/tools/common/
H A Dcommon.py445 cmd_str = CommandListToCommandString(cmd)
448 device_cmd = ('echo $$ && ' + env_vars_cmd + ' exec ' + cmd_str)