HomeSort by relevance Sort by last modified time
    Searched defs:cmd_str (Results 1 - 2 of 2) 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 135 string16 cmd_str; local
136 LONG read_status = active_setup_key.ReadValue(L"StubPath", &cmd_str);
144 CommandLine cmd(CommandLine::FromString(cmd_str));

Completed in 95 milliseconds