Home
last modified time | relevance | path

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

/third_party/pulseaudio/src/pulsecore/
Dcli-command.c88 static int pa_cli_command_sinks(pa_core *c, pa_tokenizer *t, pa_strbuf *buf, bool *fail);
145 …{ "list-sinks", pa_cli_command_sinks, "List loaded sinks", 1 …
285 static int pa_cli_command_sinks(pa_core *c, pa_tokenizer *t, pa_strbuf *buf, bool *fail) { in pa_cli_command_sinks() function
412 pa_cli_command_sinks(c, t, buf, fail); in pa_cli_command_info()