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);
Dcontext.c1641 int pa_context_load_cookie_from_file(pa_context *c, const char *cookie_file_path) { function
/third_party/pulseaudio/src/
Dmap-file72 pa_context_load_cookie_from_file;
/third_party/pulseaudio/src/modules/
Dmodule-tunnel-source-new.c211 if (u->cookie_file && pa_context_load_cookie_from_file(u->context, u->cookie_file) != 0) { in thread_func()
Dmodule-tunnel-sink-new.c162 if (u->cookie_file && pa_context_load_cookie_from_file(u->context, u->cookie_file) != 0) { in thread_func()