Home
last modified time | relevance | path

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

/third_party/pulseaudio/src/pulse/
Dcontext.h291 int pa_context_load_cookie_from_file(pa_context *c, const char *cookie_file_path);
Dmap-file71 pa_context_load_cookie_from_file;
Dcontext.c1662 int pa_context_load_cookie_from_file(pa_context *c, const char *cookie_file_path) { function
/third_party/pulseaudio/src/modules/
Dmodule-tunnel-source-new.c247 if (u->cookie_file && pa_context_load_cookie_from_file(u->context, u->cookie_file) != 0) { in thread_func()
Dmodule-tunnel-sink-new.c199 if (u->cookie_file && pa_context_load_cookie_from_file(u->context, u->cookie_file) != 0) { in thread_func()