Home
last modified time | relevance | path

Searched refs:pa_x11_set_prop (Results 1 – 4 of 4) sorted by relevance

/third_party/pulseaudio/src/utils/
Dpax11publish.c162 pa_x11_set_prop(xcb, screen, "PULSE_SERVER", server); in main()
164 pa_x11_set_prop(xcb, screen, "PULSE_SERVER", conf->default_server); in main()
172 pa_x11_set_prop(xcb, screen, "PULSE_SERVER", hn); in main()
176 pa_x11_set_prop(xcb, screen, "PULSE_SINK", sink); in main()
178 pa_x11_set_prop(xcb, screen, "PULSE_SINK", conf->default_sink); in main()
181 pa_x11_set_prop(xcb, screen, "PULSE_SOURCE", source); in main()
183 pa_x11_set_prop(xcb, screen, "PULSE_SOURCE", conf->default_source); in main()
192pa_x11_set_prop(xcb, screen, "PULSE_COOKIE", pa_hexstr(cookie, sizeof(cookie), hx, sizeof(hx))); in main()
/third_party/pulseaudio/src/modules/x11/
Dmodule-x11-publish.c88pa_x11_set_prop(pa_x11_wrapper_get_xcb_connection(u->x11_wrapper), screen, "PULSE_SERVER", s); in publish_servers()
177 pa_x11_set_prop(pa_x11_wrapper_get_xcb_connection(u->x11_wrapper), screen, "PULSE_ID", u->id); in pa__init()
180pa_x11_set_prop(pa_x11_wrapper_get_xcb_connection(u->x11_wrapper), screen, "PULSE_SESSION_ID", sid… in pa__init()
187pa_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()
/third_party/pulseaudio/src/pulsecore/
Dx11prop.h28 void pa_x11_set_prop(xcb_connection_t *xcb, int screen, const char *name, const char *data);
Dx11prop.c47 void pa_x11_set_prop(xcb_connection_t *xcb, int screen, const char *name, const char *data) { in pa_x11_set_prop() function