Home
last modified time | relevance | path

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

/third_party/pulseaudio/src/pulsecore/
Dcore-scache.h51 int pa_scache_add_file(pa_core *c, const char *name, const char *filename, uint32_t *idx);
Dcore-scache.c207 int pa_scache_add_file(pa_core *c, const char *name, const char *filename, uint32_t *idx) { in pa_scache_add_file() function
Dcli-command.c1237 r = pa_scache_add_file(c, n, fname, NULL); in pa_cli_command_scache_load()