Searched refs:PA_SUBSCRIPTION_EVENT_SERVER (Results 1 – 6 of 6) sorted by relevance
/third_party/pulseaudio/src/pulse/ |
D | def.h | 595 PA_SUBSCRIPTION_EVENT_SERVER = 0x0007U, enumerator 646 #define PA_SUBSCRIPTION_EVENT_SERVER PA_SUBSCRIPTION_EVENT_SERVER macro
|
/third_party/pulseaudio/src/pulsecore/ |
D | core.c | 291 …pa_subscription_post(core, PA_SUBSCRIPTION_EVENT_SERVER | PA_SUBSCRIPTION_EVENT_CHANGE, PA_INVALID… in pa_core_set_configured_default_sink() 313 …pa_subscription_post(core, PA_SUBSCRIPTION_EVENT_SERVER | PA_SUBSCRIPTION_EVENT_CHANGE, PA_INVALID… in pa_core_set_configured_default_source() 394 …pa_subscription_post(core, PA_SUBSCRIPTION_EVENT_SERVER | PA_SUBSCRIPTION_EVENT_CHANGE, PA_INVALID… in pa_core_update_default_sink() 479 …pa_subscription_post(core, PA_SUBSCRIPTION_EVENT_SERVER | PA_SUBSCRIPTION_EVENT_CHANGE, PA_INVALID… in pa_core_update_default_source()
|
D | core-subscribe.c | 135 [PA_SUBSCRIPTION_EVENT_SERVER] = "SERVER", in dump_event()
|
/third_party/gstreamer/gstplugins_good/ext/pulse/ |
D | pulsedeviceprovider.c | 341 if (facility == PA_SUBSCRIPTION_EVENT_SERVER || in context_subscribe_cb() 563 PA_SUBSCRIPTION_EVENT_SERVER | PA_SUBSCRIPTION_EVENT_CHANGE, NULL, NULL); in gst_pulse_device_provider_start()
|
/third_party/pulseaudio/src/modules/ |
D | module-tunnel.c | 1586 if (e != (PA_SUBSCRIPTION_EVENT_SERVER|PA_SUBSCRIPTION_EVENT_CHANGE) && in command_subscribe_event()
|
/third_party/pulseaudio/src/utils/ |
D | pactl.c | 2181 case PA_SUBSCRIPTION_EVENT_SERVER: in subscription_event_facility_to_string()
|