Searched refs:pa_x11_set_prop (Results 1 – 4 of 4) sorted by relevance
/third_party/pulseaudio/src/utils/ |
D | pax11publish.c | 162 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() 192 … pa_x11_set_prop(xcb, screen, "PULSE_COOKIE", pa_hexstr(cookie, sizeof(cookie), hx, sizeof(hx))); in main()
|
/third_party/pulseaudio/src/modules/x11/ |
D | module-x11-publish.c | 88 … pa_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() 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()
|
/third_party/pulseaudio/src/pulsecore/ |
D | x11prop.h | 28 void pa_x11_set_prop(xcb_connection_t *xcb, int screen, const char *name, const char *data);
|
D | x11prop.c | 47 void pa_x11_set_prop(xcb_connection_t *xcb, int screen, const char *name, const char *data) { in pa_x11_set_prop() function
|