Searched refs:pa_x11_wrapper_get (Results 1 – 6 of 6) sorted by relevance
/third_party/pulseaudio/src/pulsecore/ |
D | x11wrap.h | 37 pa_x11_wrapper* pa_x11_wrapper_get(pa_core *c, const char *name);
|
D | x11wrap.c | 218 pa_x11_wrapper* pa_x11_wrapper_get(pa_core *c, const char *name) { in pa_x11_wrapper_get() function
|
/third_party/pulseaudio/src/modules/x11/ |
D | module-x11-cork-request.c | 139 if (!(u->x11_wrapper = pa_x11_wrapper_get(m->core, pa_modargs_get_value(ma, "display", NULL)))) in pa__init()
|
D | module-x11-bell.c | 136 if (!(u->x11_wrapper = pa_x11_wrapper_get(m->core, pa_modargs_get_value(ma, "display", NULL)))) in pa__init()
|
D | module-x11-publish.c | 167 if (!(u->x11_wrapper = pa_x11_wrapper_get(m->core, pa_modargs_get_value(ma, "display", NULL)))) in pa__init()
|
D | module-x11-xsmp.c | 150 if (!(u->x11 = pa_x11_wrapper_get(m->core, pa_modargs_get_value(ma, "display", NULL)))) in pa__init()
|