Home
last modified time | relevance | path

Searched refs:pa_auth_cookie_create (Results 1 – 3 of 3) sorted by relevance

/third_party/pulseaudio/src/pulsecore/
Dauth-cookie.h28 pa_auth_cookie* pa_auth_cookie_create(pa_core *c, const void *data, size_t size);
Dauth-cookie.c78 pa_auth_cookie *pa_auth_cookie_create(pa_core *core, const void *data, size_t size) { in pa_auth_cookie_create() function
/third_party/pulseaudio/src/modules/
Dmodule-tunnel.c2028 if (!(u->auth_cookie = pa_auth_cookie_create(u->core, cookie, sizeof(cookie)))) in pa__init()