Home
last modified time | relevance | path

Searched refs:pa_x11_wrapper_get_xcb_connection (Results 1 - 3 of 3) sorted by relevance

/third_party/pulseaudio/src/modules/x11/
H A Dmodule-x11-publish.c88 pa_x11_set_prop(pa_x11_wrapper_get_xcb_connection(u->x11_wrapper), screen, "PULSE_SERVER", s); in publish_servers()
91 pa_x11_del_prop(pa_x11_wrapper_get_xcb_connection(u->x11_wrapper), screen, "PULSE_SERVER"); in publish_servers()
103 if (!pa_x11_get_prop(pa_x11_wrapper_get_xcb_connection(u->x11_wrapper), screen, "PULSE_ID", t, sizeof(t)) || !pa_streq(t, u->id)) { in servers_changed_cb()
177 pa_x11_set_prop(pa_x11_wrapper_get_xcb_connection(u->x11_wrapper), screen, "PULSE_ID", u->id); in pa__init()
180 pa_x11_set_prop(pa_x11_wrapper_get_xcb_connection(u->x11_wrapper), screen, "PULSE_SESSION_ID", sid); in pa__init()
187 pa_x11_set_prop(pa_x11_wrapper_get_xcb_connection(u->x11_wrapper), screen, "PULSE_SOURCE", t); in pa__init()
190 pa_x11_set_prop(pa_x11_wrapper_get_xcb_connection(u->x11_wrapper), screen, "PULSE_SINK", t); in pa__init()
192 pa_x11_set_prop(pa_x11_wrapper_get_xcb_connection(u->x11_wrapper), screen, "PULSE_COOKIE", in pa__init()
226 if (!pa_x11_get_prop(pa_x11_wrapper_get_xcb_connection(u->x11_wrapper), screen, "PULSE_ID", t, sizeof(t)) || !pa_streq(t, u->id)) in pa__done()
229 pa_x11_del_prop(pa_x11_wrapper_get_xcb_connection( in pa__done()
[all...]
/third_party/pulseaudio/src/pulsecore/
H A Dx11wrap.h49 xcb_connection_t *pa_x11_wrapper_get_xcb_connection(pa_x11_wrapper *w);
H A Dx11wrap.c309 xcb_connection_t *pa_x11_wrapper_get_xcb_connection(pa_x11_wrapper *w) { in pa_x11_wrapper_get_xcb_connection() function

Completed in 2 milliseconds