Home
last modified time | relevance | path

Searched refs:PA_SUBSCRIPTION_EVENT_REMOVE (Results 1 – 11 of 11) 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.c306 …pa_subscription_post(m->core, PA_SUBSCRIPTION_EVENT_MODULE|PA_SUBSCRIPTION_EVENT_REMOVE, m->index); in pa_module_free()
Dcore-scache.c81 …pa_subscription_post(e->core, PA_SUBSCRIPTION_EVENT_SAMPLE_CACHE|PA_SUBSCRIPTION_EVENT_REMOVE, e->… in free_entry()
Dcard.c272 … pa_subscription_post(c->core, PA_SUBSCRIPTION_EVENT_CARD|PA_SUBSCRIPTION_EVENT_REMOVE, c->index); in pa_card_free()
Dsource-output.c638 …ubscription_post(o->core, PA_SUBSCRIPTION_EVENT_SOURCE_OUTPUT|PA_SUBSCRIPTION_EVENT_REMOVE, o->ind… in pa_source_output_unlink()
Dsink-input.c825 …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.c805 …pa_subscription_post(s->core, PA_SUBSCRIPTION_EVENT_SINK | PA_SUBSCRIPTION_EVENT_REMOVE, s->index); in pa_sink_unlink()
/third_party/pulseaudio/src/utils/
Dpactl.c2149 case PA_SUBSCRIPTION_EVENT_REMOVE: in subscription_event_type_to_string()