Searched refs:pa_parsehex (Results 1 - 6 of 6) sorted by relevance
/third_party/pulseaudio/src/pulse/ |
H A D | client-conf-x11.c | 101 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 D | proplist.c | 176 if ((dn = pa_parsehex(v, d, value_length*2)) == (size_t) -1) { in proplist_sethex()
|
/third_party/pulseaudio/src/utils/ |
H A D | pax11publish.c | 133 if ((l = pa_parsehex(t, cookie, sizeof(cookie))) != sizeof(cookie)) { in main()
|
/third_party/pulseaudio/src/pulsecore/ |
H A D | core-util.h | 133 size_t pa_parsehex(const char *p, uint8_t *d, size_t dlength);
|
H A D | core-util.c | 2129 size_t pa_parsehex(const char *p, uint8_t *d, size_t dlength) { in pa_parsehex() function
|
/third_party/pulseaudio/src/modules/ |
H A D | module-tunnel.c | 2404 if (pa_parsehex(t, cookie, sizeof(cookie)) != sizeof(cookie)) in do_init()
|
Completed in 10 milliseconds