Home
last modified time | relevance | path

Searched refs:pa_cli_command_execute (Results 1 – 4 of 4) sorted by relevance

/third_party/pulseaudio/src/pulsecore/
Dcli-command.h39 int pa_cli_command_execute(pa_core *c, const char *s, pa_strbuf *buf, bool *fail);
Dcli-command.c2221 int pa_cli_command_execute(pa_core *c, const char *s, pa_strbuf *buf, bool *fail) { in pa_cli_command_execute() function
/third_party/pulseaudio/src/daemon/
Dmain.c1112 r = pa_cli_command_execute(c, conf->script_commands, buf, &conf->fail); in main()
Dohos_pa_main.c1147 r = pa_cli_command_execute(c, conf->script_commands, buf, &conf->fail); in ohos_pa_main()