Searched refs:pa_auth_cookie_read (Results 1 - 6 of 6) sorted by relevance
/third_party/pulseaudio/src/pulsecore/ |
H A D | auth-cookie.h | 32 const uint8_t* pa_auth_cookie_read(pa_auth_cookie *, size_t size);
|
H A 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
|
H A D | protocol-esound.c | 346 if ((key = pa_auth_cookie_read(c->options->auth_cookie, ESD_KEY_LEN))) in esd_proto_connect()
|
H A D | protocol-native.c | 2502 if ((ac = pa_auth_cookie_read(c->options->auth_cookie, PA_NATIVE_COOKIE_LENGTH))) in command_auth()
|
/third_party/pulseaudio/src/modules/x11/ |
H A D | module-x11-publish.c | 193 pa_hexstr(pa_auth_cookie_read(u->auth_cookie, PA_NATIVE_COOKIE_LENGTH), PA_NATIVE_COOKIE_LENGTH, hx, sizeof(hx))); in pa__init()
|
/third_party/pulseaudio/src/modules/ |
H A D | module-tunnel.c | 2045 pa_tagstruct_put_arbitrary(t, pa_auth_cookie_read(u->auth_cookie, PA_NATIVE_COOKIE_LENGTH), PA_NATIVE_COOKIE_LENGTH); in on_sink_created()
|
Completed in 13 milliseconds