Home
last modified time | relevance | path

Searched refs:PA_SUBSCRIPTION_EVENT_REMOVE (Results 1 – 13 of 13) sorted by relevance

/third_party/pulseaudio/src/pulse/
Ddef.h615 PA_SUBSCRIPTION_EVENT_REMOVE = 0x0020U, enumerator
652 #define PA_SUBSCRIPTION_EVENT_REMOVE PA_SUBSCRIPTION_EVENT_REMOVE macro
/third_party/pulseaudio/src/pulsecore/
Dcore-subscribe.c143 [PA_SUBSCRIPTION_EVENT_REMOVE] = "REMOVE" in dump_event()
229 if ((t & PA_SUBSCRIPTION_EVENT_TYPE_MASK) == PA_SUBSCRIPTION_EVENT_REMOVE) { in pa_subscription_post()
Dclient.c97 …pa_subscription_post(c->core, PA_SUBSCRIPTION_EVENT_CLIENT|PA_SUBSCRIPTION_EVENT_REMOVE, c->index); in pa_client_free()
Dmodule.c289 …pa_subscription_post(m->core, PA_SUBSCRIPTION_EVENT_MODULE|PA_SUBSCRIPTION_EVENT_REMOVE, m->index); in pa_module_free()
Dcard.c253 … pa_subscription_post(c->core, PA_SUBSCRIPTION_EVENT_CARD|PA_SUBSCRIPTION_EVENT_REMOVE, c->index); in pa_card_free()
Dcore-scache.c81 …pa_subscription_post(e->core, PA_SUBSCRIPTION_EVENT_SAMPLE_CACHE|PA_SUBSCRIPTION_EVENT_REMOVE, e->… in free_entry()
Dsource-output.c631 …ubscription_post(o->core, PA_SUBSCRIPTION_EVENT_SOURCE_OUTPUT|PA_SUBSCRIPTION_EVENT_REMOVE, o->ind… in pa_source_output_unlink()
Dsink-input.c739 …pa_subscription_post(i->core, PA_SUBSCRIPTION_EVENT_SINK_INPUT|PA_SUBSCRIPTION_EVENT_REMOVE, i->in… in pa_sink_input_unlink()
Dsource.c739 …pa_subscription_post(s->core, PA_SUBSCRIPTION_EVENT_SOURCE | PA_SUBSCRIPTION_EVENT_REMOVE, s->inde… in pa_source_unlink()
Dsink.c802 …pa_subscription_post(s->core, PA_SUBSCRIPTION_EVENT_SINK | PA_SUBSCRIPTION_EVENT_REMOVE, s->index); in pa_sink_unlink()
/third_party/flutter/skia/third_party/externals/sdl/src/audio/pulseaudio/
DSDL_pulseaudio.c681 … const SDL_bool removed = ((t & PA_SUBSCRIPTION_EVENT_TYPE_MASK) == PA_SUBSCRIPTION_EVENT_REMOVE); in HotplugCallback()
/third_party/gstreamer/gstplugins_good/ext/pulse/
Dpulsedeviceprovider.c358 } else if (event_type == PA_SUBSCRIPTION_EVENT_REMOVE) { in context_subscribe_cb()
/third_party/pulseaudio/src/utils/
Dpactl.c1181 case PA_SUBSCRIPTION_EVENT_REMOVE: in subscription_event_type_to_string()