Home
last modified time | relevance | path

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

/third_party/pulseaudio/src/pulsecore/
Dcli-command.c86 static int pa_cli_command_clients(pa_core *c, pa_tokenizer *t, pa_strbuf *buf, bool *fail);
147 …{ "list-clients", pa_cli_command_clients, "List loaded clients", 1 …
257 static int pa_cli_command_clients(pa_core *c, pa_tokenizer *t, pa_strbuf *buf, bool *fail) { in pa_cli_command_clients() function
414 pa_cli_command_clients(c, t, buf, fail); in pa_cli_command_info()