HomeSort by relevance Sort by last modified time
    Searched refs:cmd_str (Results 1 - 25 of 25) 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...]
  /test/vts/utils/python/controllers/attenuator_lib/
_tnhelper.py 59 def cmd(self, cmd_str, wait_ret=True):
60 if not isinstance(cmd_str, str):
61 raise TypeError("Invalid command string", cmd_str)
67 cmd_str.strip(self.tx_cmd_separator)
69 self._tn.write(_ascii_string(cmd_str + self.tx_cmd_separator))
  /tools/test/connectivity/acts/framework/acts/controllers/attenuator_lib/
_tnhelper.py 59 def cmd(self, cmd_str, wait_ret=True):
60 if not isinstance(cmd_str, str):
61 raise TypeError("Invalid command string", cmd_str)
66 cmd_str.strip(self.tx_cmd_separator)
68 self._tn.write(_ascii_string(cmd_str+self.tx_cmd_separator))
  /external/strace/tests/
s390_runtime_instr.c 45 const char * cmd_str; member in struct:__anon35413
71 (int) cmd_args[i].cmd, cmd_args[i].cmd_str,
quotactl.h 83 check_quota(uint32_t flags, int cmd, const char *cmd_str,
119 printf("quotactl(%s, %s", cmd_str, special_str);
ioctl_kvm_run.c 46 kvm_ioctl(int fd, unsigned long cmd, const char *cmd_str, void *arg)
50 perror_msg_and_skip("%s", cmd_str);
keyctl.c 150 do_keyctl(kernel_ulong_t cmd, const char *cmd_str, ...)
171 va_start(ap, cmd_str);
191 printf("keyctl(%s", cmd_str);
    [all...]
  /external/strace/tests-m32/
s390_runtime_instr.c 45 const char * cmd_str; member in struct:__anon35487
71 (int) cmd_args[i].cmd, cmd_args[i].cmd_str,
quotactl.h 83 check_quota(uint32_t flags, int cmd, const char *cmd_str,
119 printf("quotactl(%s, %s", cmd_str, special_str);
ioctl_kvm_run.c 46 kvm_ioctl(int fd, unsigned long cmd, const char *cmd_str, void *arg)
50 perror_msg_and_skip("%s", cmd_str);
keyctl.c 150 do_keyctl(kernel_ulong_t cmd, const char *cmd_str, ...)
171 va_start(ap, cmd_str);
191 printf("keyctl(%s", cmd_str);
    [all...]
  /external/strace/tests-mx32/
s390_runtime_instr.c 45 const char * cmd_str; member in struct:__anon35561
71 (int) cmd_args[i].cmd, cmd_args[i].cmd_str,
quotactl.h 83 check_quota(uint32_t flags, int cmd, const char *cmd_str,
119 printf("quotactl(%s, %s", cmd_str, special_str);
ioctl_kvm_run.c 46 kvm_ioctl(int fd, unsigned long cmd, const char *cmd_str, void *arg)
50 perror_msg_and_skip("%s", cmd_str);
keyctl.c 150 do_keyctl(kernel_ulong_t cmd, const char *cmd_str, ...)
171 va_start(ap, cmd_str);
191 printf("keyctl(%s", cmd_str);
    [all...]
  /cts/apps/CameraITS/tools/
rotation_rig.py 36 def cmd_send(vid, pid, cmd_str):
42 cmd_str: str; value to send to device.
54 relay_ser.write(cmd_str)
  /system/core/init/
action.cpp 140 std::string cmd_str = command.BuildCommandString(); local
142 LOG(INFO) << "Command '" << cmd_str << "' action=" << trigger_name << " (" << filename_
210 std::string cmd_str = c.BuildCommandString(); local
211 LOG(INFO) << " " << cmd_str;
  /art/tools/jfuzz/
run_jfuzz_test.py 253 cmd_str = CommandListToCommandString(
255 return ['--raw-cmd={0}'.format(cmd_str), '--timeout', str(30)]
291 cmd_str = CommandListToCommandString(
293 cmd = ['--raw-cmd={0}'.format(cmd_str), '--timeout', str(30)]
348 cmd_str = CommandListToCommandString(
350 cmd = ['--raw-cmd={0}'.format(cmd_str), '--timeout', str(30)]
  /art/tools/common/
common.py 447 cmd_str = CommandListToCommandString(cmd)
450 device_cmd = ('echo $$ && ' + env_vars_cmd + ' exec ' + cmd_str)
  /external/wpa_supplicant_8/wpa_supplicant/hidl/1.0/
sta_iface.cpp 88 std::string cmd_str = std::string(cmd) + " " + std::to_string(arg); local
89 return doZeroArgDriverCommand(wpa_s, cmd_str.c_str());
95 std::string cmd_str = std::string(cmd) + " " + arg; local
96 return doZeroArgDriverCommand(wpa_s, cmd_str.c_str());
p2p_iface.cpp 1019 const std::string cmd_str = local
    [all...]
  /external/wpa_supplicant_8/wpa_supplicant/hidl/1.1/
sta_iface.cpp 88 std::string cmd_str = std::string(cmd) + " " + std::to_string(arg); local
89 return doZeroArgDriverCommand(wpa_s, cmd_str.c_str());
95 std::string cmd_str = std::string(cmd) + " " + arg; local
96 return doZeroArgDriverCommand(wpa_s, cmd_str.c_str());
p2p_iface.cpp 1019 const std::string cmd_str = local
    [all...]
  /external/fio/oslib/
libmtd.c 1202 const char *cmd64_str, *cmd_str; local
1207 cmd_str = "MEMREADOOB";
1210 cmd_str = "MEMWRITEOOB";
1267 cmd_str, mtd->mtd_num, start, start / mtd->eb_size);
    [all...]
  /external/toolchain-utils/crosperf/
machine_manager_unittest.py 260 cmd_str = mock_cros_runcmd.call_args[0][0]
261 self.assertEqual(cmd_str, 'cat /usr/local/osimage_checksum_file')
    [all...]

Completed in 962 milliseconds