Home
last modified time | relevance | path

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

/third_party/pulseaudio/src/pulsecore/
Dcore-scache.h52 int pa_scache_add_file_lazy(pa_core *c, const char *name, const char *filename, uint32_t *idx);
Dcore-scache.c240 int pa_scache_add_file_lazy(pa_core *c, const char *name, const char *filename, uint32_t *idx) { in pa_scache_add_file_lazy() function
475 pa_scache_add_file_lazy(c, e, pathname, NULL); in add_file()
Dcli-command.c1238 r = pa_scache_add_file_lazy(c, n, fname, NULL); in pa_cli_command_scache_load()