Searched refs:pa_auth_cookie_read (Results 1 – 6 of 6) sorted by relevance
/third_party/pulseaudio/src/pulsecore/ |
D | auth-cookie.h | 32 const uint8_t* pa_auth_cookie_read(pa_auth_cookie *, size_t size);
|
D | auth-cookie.c | 133 const uint8_t* pa_auth_cookie_read(pa_auth_cookie *c, size_t size) { in pa_auth_cookie_read() function
|
D | protocol-esound.c | 346 if ((key = pa_auth_cookie_read(c->options->auth_cookie, ESD_KEY_LEN))) in esd_proto_connect()
|
D | protocol-native.c | 2638 if ((ac = pa_auth_cookie_read(c->options->auth_cookie, PA_NATIVE_COOKIE_LENGTH))) in command_auth()
|
/third_party/pulseaudio/src/modules/x11/ |
D | module-x11-publish.c | 191 …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/ |
D | module-tunnel.c | 1863 …pa_tagstruct_put_arbitrary(t, pa_auth_cookie_read(u->auth_cookie, PA_NATIVE_COOKIE_LENGTH), PA_NAT… in on_connection()
|