Home
last modified time | relevance | path

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

/third_party/pulseaudio/src/pulsecore/
Dcli-command.c113 static int pa_cli_command_scache_load(pa_core *c, pa_tokenizer *t, pa_strbuf *buf, bool *fail);
183 …{ "load-sample", pa_cli_command_scache_load, "Load a sound file into the sample…
184 …{ "load-sample-lazy", pa_cli_command_scache_load, "Lazily load a sound file into the…
1220 static int pa_cli_command_scache_load(pa_core *c, pa_tokenizer *t, pa_strbuf *buf, bool *fail) { in pa_cli_command_scache_load() function