HomeSort by relevance Sort by last modified time
    Searched defs:cmd_str (Results 1 - 3 of 3) sorted by null

  /hardware/qcom/audio/legacy/libalsa-intf/
alsaucm_test.c 67 const char *cmd_str; member in struct:cmd
177 for (cmd = cmds; cmd->cmd_str != NULL; cmd++) {
178 if (strncmp(cmd->cmd_str, command, strlen(cmd->cmd_str)) == 0)
182 if (cmd->cmd_str == NULL) {
208 fprintf(stderr, "%s: error failed to open sound card %s: %d\n", cmd->cmd_str, identifier, err);
217 fprintf(stderr, "%s: error failed to get card list: %d\n", cmd->cmd_str, err);
232 fprintf(stderr, "No card is opened before. %s command can't be executed\n", cmd->cmd_str);
238 fprintf(stderr, "%s: error failed to reset sound card %d\n", cmd->cmd_str, err);
245 fprintf(stderr, "No card is opened before. %s command can't be executed\n", cmd->cmd_str);
    [all...]
  /external/chromium_org/chrome/installer/util/
install_util.cc 142 base::string16 cmd_str; local
143 LONG read_status = active_setup_key.ReadValue(L"StubPath", &cmd_str);
151 CommandLine cmd(CommandLine::FromString(cmd_str));
  /system/core/init/
init.c 547 char cmd_str[256] = ""; local
566 strlcat(cmd_str, cur_command->args[i], sizeof(cmd_str));
568 strlcat(cmd_str, " ", sizeof(cmd_str));
572 cmd_str, cur_action ? cur_action->name : "", ret, cur_command->filename,
    [all...]

Completed in 259 milliseconds