Searched refs:pa_auth_cookie_get (Results 1 – 6 of 6) sorted by relevance
/third_party/pulseaudio/src/pulsecore/ |
D | auth-cookie.h | 27 pa_auth_cookie* pa_auth_cookie_get(pa_core *c, const char *cn, bool create, size_t size);
|
D | auth-cookie.c | 43 pa_auth_cookie* pa_auth_cookie_get(pa_core *core, const char *cn, bool create, size_t size) { in pa_auth_cookie_get() function
|
D | protocol-native.c | 5547 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()
|
D | protocol-esound.c | 1719 o->auth_cookie = pa_auth_cookie_get(c, cn, true, ESD_KEY_LEN); in pa_esound_options_parse()
|
/third_party/pulseaudio/src/modules/x11/ |
D | module-x11-publish.c | 159 …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/ |
D | module-tunnel.c | 2455 … if (!(u->auth_cookie = pa_auth_cookie_get(u->core, cookie_path, true, PA_NATIVE_COOKIE_LENGTH))) in do_init()
|