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/
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, siz… in servers_changed_cb()
175 pa_x11_set_prop(pa_x11_wrapper_get_xcb_connection(u->x11_wrapper), screen, "PULSE_ID", u->id); in pa__init()
178 …pa_x11_set_prop(pa_x11_wrapper_get_xcb_connection(u->x11_wrapper), screen, "PULSE_SESSION_ID", sid… in pa__init()
185 … pa_x11_set_prop(pa_x11_wrapper_get_xcb_connection(u->x11_wrapper), screen, "PULSE_SOURCE", t); in pa__init()
188 pa_x11_set_prop(pa_x11_wrapper_get_xcb_connection(u->x11_wrapper), screen, "PULSE_SINK", t); in pa__init()
190 pa_x11_set_prop(pa_x11_wrapper_get_xcb_connection(u->x11_wrapper), screen, "PULSE_COOKIE", in pa__init()
224 …if (!pa_x11_get_prop(pa_x11_wrapper_get_xcb_connection(u->x11_wrapper), screen, "PULSE_ID", t, siz… in pa__done()
227 pa_x11_del_prop(pa_x11_wrapper_get_xcb_connection(u->x11_wrapper), screen, "PULSE_ID"); in pa__done()
[all …]
/third_party/pulseaudio/src/pulsecore/
Dx11wrap.h49 xcb_connection_t *pa_x11_wrapper_get_xcb_connection(pa_x11_wrapper *w);
Dx11wrap.c260 xcb_connection_t *pa_x11_wrapper_get_xcb_connection(pa_x11_wrapper *w) { in pa_x11_wrapper_get_xcb_connection() function