Searched refs:pa_cli_command_execute_line_stateful (Results 1 – 2 of 2) sorted by relevance
/third_party/pulseaudio/src/pulsecore/ |
D | cli-command.h | 42 int pa_cli_command_execute_line_stateful(pa_core *c, const char *s, pa_strbuf *buf, bool *fail, int…
|
D | cli-command.c | 2002 int pa_cli_command_execute_line_stateful(pa_core *c, const char *s, pa_strbuf *buf, bool *fail, int… in pa_cli_command_execute_line_stateful() function 2162 return pa_cli_command_execute_line_stateful(c, s, buf, fail, NULL); in pa_cli_command_execute_line() 2181 if (pa_cli_command_execute_line_stateful(c, line, buf, fail, &ifstate) < 0 && *fail) in pa_cli_command_execute_file_stream() 2238 if (pa_cli_command_execute_line_stateful(c, line, buf, fail, &ifstate) < 0 && *fail) { in pa_cli_command_execute()
|