OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs: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
...]
/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))
/system/core/init/
action.cpp
123
std::string
cmd_str
= command.BuildCommandString();
local
127
cmd_str
.c_str(), trigger_name.c_str(), source.c_str(),
259
std::string
cmd_str
= c.BuildCommandString();
local
260
INFO(" %s\n",
cmd_str
.c_str());
Completed in 425 milliseconds