Home
last modified time | relevance | path

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

/third_party/pulseaudio/src/pulsecore/
Dcli-command.c93 static int pa_cli_command_info(pa_core *c, pa_tokenizer *t, pa_strbuf *buf, bool *fail);
151 …{ "info", pa_cli_command_info, "Show comprehensive status", 1 …
152 …{ "ls", pa_cli_command_info, NULL, 1 …
153 …{ "list", pa_cli_command_info, NULL, 1 …
404 static int pa_cli_command_info(pa_core *c, pa_tokenizer *t, pa_strbuf *buf, bool *fail) { in pa_cli_command_info() function