Home
last modified time | relevance | path

Searched refs:pa_cli_command_execute_line (Results 1 – 3 of 3) sorted by relevance

/third_party/pulseaudio/src/pulsecore/
Dcli-command.h30 int pa_cli_command_execute_line(pa_core *c, const char *s, pa_strbuf *buf, bool *fail);
Dcli.c153 pa_cli_command_execute_line(c->core, s, buf, &c->fail); in line_callback()
Dcli-command.c2161 int pa_cli_command_execute_line(pa_core *c, const char *s, pa_strbuf *buf, bool *fail) { in pa_cli_command_execute_line() function