Home
last modified time | relevance | path

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

/third_party/pulseaudio/src/pulse/
H A Dclient-conf-x11.c101 if (pa_parsehex(t, c->cookie_from_x11, sizeof(c->cookie_from_x11)) != sizeof(c->cookie_from_x11)) { in pa_client_conf_from_x11()
H A Dproplist.c176 if ((dn = pa_parsehex(v, d, value_length*2)) == (size_t) -1) { in proplist_sethex()
/third_party/pulseaudio/src/utils/
H A Dpax11publish.c133 if ((l = pa_parsehex(t, cookie, sizeof(cookie))) != sizeof(cookie)) { in main()
/third_party/pulseaudio/src/pulsecore/
H A Dcore-util.h133 size_t pa_parsehex(const char *p, uint8_t *d, size_t dlength);
H A Dcore-util.c2129 size_t pa_parsehex(const char *p, uint8_t *d, size_t dlength) { in pa_parsehex() function
/third_party/pulseaudio/src/modules/
H A Dmodule-tunnel.c2404 if (pa_parsehex(t, cookie, sizeof(cookie)) != sizeof(cookie)) in do_init()

Completed in 10 milliseconds