Home
last modified time | relevance | path

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

/third_party/pulseaudio/src/pulsecore/
Dauth-cookie.h32 const uint8_t* pa_auth_cookie_read(pa_auth_cookie *, size_t size);
Dauth-cookie.c133 const uint8_t* pa_auth_cookie_read(pa_auth_cookie *c, size_t size) { in pa_auth_cookie_read() function
Dprotocol-esound.c346 if ((key = pa_auth_cookie_read(c->options->auth_cookie, ESD_KEY_LEN))) in esd_proto_connect()
Dprotocol-native.c2638 if ((ac = pa_auth_cookie_read(c->options->auth_cookie, PA_NATIVE_COOKIE_LENGTH))) in command_auth()
/third_party/pulseaudio/src/modules/x11/
Dmodule-x11-publish.c191 …pa_hexstr(pa_auth_cookie_read(u->auth_cookie, PA_NATIVE_COOKIE_LENGTH), PA_NATIVE_COOKIE_LENGTH, h… in pa__init()
/third_party/pulseaudio/src/modules/
Dmodule-tunnel.c1863 …pa_tagstruct_put_arbitrary(t, pa_auth_cookie_read(u->auth_cookie, PA_NATIVE_COOKIE_LENGTH), PA_NAT… in on_connection()