Home
last modified time | relevance | path

Searched refs:PA_SUBSCRIPTION_EVENT_SOURCE (Results 1 – 10 of 10) sorted by relevance

/third_party/pulseaudio/src/pulse/
Ddef.h577 PA_SUBSCRIPTION_EVENT_SOURCE = 0x0001U, enumerator
640 #define PA_SUBSCRIPTION_EVENT_SOURCE PA_SUBSCRIPTION_EVENT_SOURCE macro
/third_party/pulseaudio/src/pulsecore/
Dsource.c457 …pa_subscription_post(s->core, PA_SUBSCRIPTION_EVENT_SOURCE | PA_SUBSCRIPTION_EVENT_CHANGE, s->inde… in source_set_state()
506 …pa_subscription_post(s->core, PA_SUBSCRIPTION_EVENT_SOURCE|PA_SUBSCRIPTION_EVENT_CHANGE, s->index); in pa_source_set_set_volume_callback()
527 …pa_subscription_post(s->core, PA_SUBSCRIPTION_EVENT_SOURCE|PA_SUBSCRIPTION_EVENT_CHANGE, s->index); in pa_source_set_write_volume_callback()
553 …pa_subscription_post(s->core, PA_SUBSCRIPTION_EVENT_SOURCE|PA_SUBSCRIPTION_EVENT_CHANGE, s->index); in pa_source_set_set_mute_callback()
574 …pa_subscription_post(s->core, PA_SUBSCRIPTION_EVENT_SOURCE|PA_SUBSCRIPTION_EVENT_CHANGE, s->index); in enable_flat_volume()
595 …pa_subscription_post(s->core, PA_SUBSCRIPTION_EVENT_SOURCE|PA_SUBSCRIPTION_EVENT_CHANGE, s->index); in pa_source_enable_decibel_volume()
676 … pa_subscription_post(s->core, PA_SUBSCRIPTION_EVENT_SOURCE | PA_SUBSCRIPTION_EVENT_NEW, s->index); in pa_source_put()
739 …pa_subscription_post(s->core, PA_SUBSCRIPTION_EVENT_SOURCE | PA_SUBSCRIPTION_EVENT_REMOVE, s->inde… in pa_source_unlink()
808 …pa_subscription_post(s->core, PA_SUBSCRIPTION_EVENT_SOURCE | PA_SUBSCRIPTION_EVENT_CHANGE, s->inde… in pa_source_update_flags()
1911 …pa_subscription_post(s->core, PA_SUBSCRIPTION_EVENT_SOURCE|PA_SUBSCRIPTION_EVENT_CHANGE, s->index); in pa_source_set_mute()
[all …]
Dcore-subscribe.c129 [PA_SUBSCRIPTION_EVENT_SOURCE] = "SOURCE", in dump_event()
Ddevice-port.c120 …pa_subscription_post(p->core, PA_SUBSCRIPTION_EVENT_SOURCE|PA_SUBSCRIPTION_EVENT_CHANGE, source->i… in pa_device_port_set_available()
/third_party/gstreamer/gstplugins_good/ext/pulse/
Dpulsedeviceprovider.c346 if (facility != PA_SUBSCRIPTION_EVENT_SOURCE && in context_subscribe_cb()
353 if (facility == PA_SUBSCRIPTION_EVENT_SOURCE) in context_subscribe_cb()
366 if (((facility == PA_SUBSCRIPTION_EVENT_SOURCE && in context_subscribe_cb()
/third_party/pulseaudio/src/modules/
Dmodule-device-manager.c806 t != (PA_SUBSCRIPTION_EVENT_SOURCE|PA_SUBSCRIPTION_EVENT_NEW) && in subscribe_callback()
807 t != (PA_SUBSCRIPTION_EVENT_SOURCE|PA_SUBSCRIPTION_EVENT_CHANGE) && in subscribe_callback()
864 } else if ((t & PA_SUBSCRIPTION_EVENT_FACILITY_MASK) == PA_SUBSCRIPTION_EVENT_SOURCE) { in subscribe_callback()
867 pa_assert((t & PA_SUBSCRIPTION_EVENT_FACILITY_MASK) == PA_SUBSCRIPTION_EVENT_SOURCE); in subscribe_callback()
1657 …subscribe_callback(m->core, PA_SUBSCRIPTION_EVENT_SOURCE|PA_SUBSCRIPTION_EVENT_NEW, p_i[j].index, … in pa__init()
1665 …subscribe_callback(m->core, PA_SUBSCRIPTION_EVENT_SOURCE|PA_SUBSCRIPTION_EVENT_NEW, source->index,… in pa__init()
Dmodule-device-restore.c593 t != (PA_SUBSCRIPTION_EVENT_SOURCE|PA_SUBSCRIPTION_EVENT_NEW) && in subscribe_callback()
594 t != (PA_SUBSCRIPTION_EVENT_SOURCE|PA_SUBSCRIPTION_EVENT_CHANGE)) in subscribe_callback()
637 pa_assert((t & PA_SUBSCRIPTION_EVENT_FACILITY_MASK) == PA_SUBSCRIPTION_EVENT_SOURCE); in subscribe_callback()
1269 …subscribe_callback(m->core, PA_SUBSCRIPTION_EVENT_SOURCE|PA_SUBSCRIPTION_EVENT_NEW, source->index,… in pa__init()
Dmodule-tunnel.c1438 e != (PA_SUBSCRIPTION_EVENT_SOURCE|PA_SUBSCRIPTION_EVENT_CHANGE) in command_subscribe_event()
/third_party/flutter/skia/third_party/externals/sdl/src/audio/pulseaudio/
DSDL_pulseaudio.c685 …onst SDL_bool source = ((t & PA_SUBSCRIPTION_EVENT_FACILITY_MASK) == PA_SUBSCRIPTION_EVENT_SOURCE); in HotplugCallback()
/third_party/pulseaudio/src/utils/
Dpactl.c1195 case PA_SUBSCRIPTION_EVENT_SOURCE: in subscription_event_facility_to_string()