Home
last modified time | relevance | path

Searched refs:pa_authkey_load (Results 1 - 6 of 6) sorted by relevance

/third_party/pulseaudio/src/pulse/
H A Dclient-conf.c178 r = pa_authkey_load(c->cookie_file_from_env, true, cookie, cookie_length); in pa_client_conf_load_cookie()
196 r = pa_authkey_load(c->cookie_file_from_application, true, cookie, cookie_length); in pa_client_conf_load_cookie()
205 r = pa_authkey_load(c->cookie_file_from_client_conf, true, cookie, cookie_length); in pa_client_conf_load_cookie()
213 r = pa_authkey_load(PA_NATIVE_COOKIE_FILE, false, cookie, cookie_length); in pa_client_conf_load_cookie()
218 r = pa_authkey_load(fallback_path, false, cookie, cookie_length); in pa_client_conf_load_cookie()
224 r = pa_authkey_load(PA_NATIVE_COOKIE_FILE, true, cookie, cookie_length); in pa_client_conf_load_cookie()
/third_party/pulseaudio/src/pulsecore/
H A Dauthkey.h25 int pa_authkey_load(const char *fn, bool create, void *data, size_t length);
H A Dauth-cookie.c70 if (pa_authkey_load(cn, create, (uint8_t*) c + PA_ALIGN(sizeof(pa_auth_cookie)), size) < 0) { in pa_auth_cookie_get()
H A Dauthkey.c145 int pa_authkey_load(const char *fn, bool create, void *data, size_t length) { in pa_authkey_load() function
/third_party/pulseaudio/src/utils/
H A Dpax11publish.c187 if (pa_authkey_load(cookie_file, true, cookie, sizeof(cookie)) < 0) { in main()
/third_party/pulseaudio/src/modules/
H A Dmodule-esound-sink.c690 r = pa_authkey_load(cookie_path, true, u->write_data, ESD_KEY_LEN); in pa__init()

Completed in 3 milliseconds