Searched refs:PA_SUBSCRIPTION_EVENT_REMOVE (Results 1 – 11 of 11) sorted by relevance
/third_party/pulseaudio/src/pulse/ |
D | def.h | 615 PA_SUBSCRIPTION_EVENT_REMOVE = 0x0020U, enumerator 652 #define PA_SUBSCRIPTION_EVENT_REMOVE PA_SUBSCRIPTION_EVENT_REMOVE macro
|
/third_party/pulseaudio/src/pulsecore/ |
D | core-subscribe.c | 143 [PA_SUBSCRIPTION_EVENT_REMOVE] = "REMOVE" in dump_event() 229 if ((t & PA_SUBSCRIPTION_EVENT_TYPE_MASK) == PA_SUBSCRIPTION_EVENT_REMOVE) { in pa_subscription_post()
|
D | client.c | 97 …pa_subscription_post(c->core, PA_SUBSCRIPTION_EVENT_CLIENT|PA_SUBSCRIPTION_EVENT_REMOVE, c->index); in pa_client_free()
|
D | module.c | 306 …pa_subscription_post(m->core, PA_SUBSCRIPTION_EVENT_MODULE|PA_SUBSCRIPTION_EVENT_REMOVE, m->index); in pa_module_free()
|
D | core-scache.c | 81 …pa_subscription_post(e->core, PA_SUBSCRIPTION_EVENT_SAMPLE_CACHE|PA_SUBSCRIPTION_EVENT_REMOVE, e->… in free_entry()
|
D | card.c | 272 … pa_subscription_post(c->core, PA_SUBSCRIPTION_EVENT_CARD|PA_SUBSCRIPTION_EVENT_REMOVE, c->index); in pa_card_free()
|
D | source-output.c | 638 …ubscription_post(o->core, PA_SUBSCRIPTION_EVENT_SOURCE_OUTPUT|PA_SUBSCRIPTION_EVENT_REMOVE, o->ind… in pa_source_output_unlink()
|
D | sink-input.c | 825 …pa_subscription_post(i->core, PA_SUBSCRIPTION_EVENT_SINK_INPUT|PA_SUBSCRIPTION_EVENT_REMOVE, i->in… in pa_sink_input_unlink()
|
D | source.c | 739 …pa_subscription_post(s->core, PA_SUBSCRIPTION_EVENT_SOURCE | PA_SUBSCRIPTION_EVENT_REMOVE, s->inde… in pa_source_unlink()
|
D | sink.c | 805 …pa_subscription_post(s->core, PA_SUBSCRIPTION_EVENT_SINK | PA_SUBSCRIPTION_EVENT_REMOVE, s->index); in pa_sink_unlink()
|
/third_party/pulseaudio/src/utils/ |
D | pactl.c | 2149 case PA_SUBSCRIPTION_EVENT_REMOVE: in subscription_event_type_to_string()
|