Home
last modified time | relevance | path

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

/third_party/pulseaudio/src/pulsecore/
Dauth-cookie.h27 pa_auth_cookie* pa_auth_cookie_get(pa_core *c, const char *cn, bool create, size_t size);
Dauth-cookie.c43 pa_auth_cookie* pa_auth_cookie_get(pa_core *core, const char *cn, bool create, size_t size) { in pa_auth_cookie_get() function
Dprotocol-native.c5547 o->auth_cookie = pa_auth_cookie_get(c, cn, true, PA_NATIVE_COOKIE_LENGTH); in pa_native_options_parse()
5549 … o->auth_cookie = pa_auth_cookie_get(c, PA_NATIVE_COOKIE_FILE, false, PA_NATIVE_COOKIE_LENGTH); in pa_native_options_parse()
5554 … o->auth_cookie = pa_auth_cookie_get(c, fallback_path, false, PA_NATIVE_COOKIE_LENGTH); in pa_native_options_parse()
5559 … o->auth_cookie = pa_auth_cookie_get(c, PA_NATIVE_COOKIE_FILE, true, PA_NATIVE_COOKIE_LENGTH); in pa_native_options_parse()
Dprotocol-esound.c1719 o->auth_cookie = pa_auth_cookie_get(c, cn, true, ESD_KEY_LEN); in pa_esound_options_parse()
/third_party/pulseaudio/src/modules/x11/
Dmodule-x11-publish.c159 …if (!(u->auth_cookie = pa_auth_cookie_get(m->core, pa_modargs_get_value(ma, "cookie", PA_NATIVE_CO… in pa__init()
/third_party/pulseaudio/src/modules/
Dmodule-tunnel.c2455 … if (!(u->auth_cookie = pa_auth_cookie_get(u->core, cookie_path, true, PA_NATIVE_COOKIE_LENGTH))) in do_init()