Home
last modified time | relevance | path

Searched refs:PA_SUBSCRIPTION_EVENT_MODULE (Results 1 – 4 of 4) sorted by relevance

/third_party/pulseaudio/src/pulse/
Ddef.h586 PA_SUBSCRIPTION_EVENT_MODULE = 0x0004U, enumerator
643 #define PA_SUBSCRIPTION_EVENT_MODULE PA_SUBSCRIPTION_EVENT_MODULE macro
/third_party/pulseaudio/src/pulsecore/
Dmodule.c203 pa_subscription_post(c, PA_SUBSCRIPTION_EVENT_MODULE|PA_SUBSCRIPTION_EVENT_NEW, m->index); in pa_module_load()
289 …pa_subscription_post(m->core, PA_SUBSCRIPTION_EVENT_MODULE|PA_SUBSCRIPTION_EVENT_REMOVE, m->index); in pa_module_free()
413 …pa_subscription_post(m->core, PA_SUBSCRIPTION_EVENT_MODULE|PA_SUBSCRIPTION_EVENT_CHANGE, m->index); in pa_module_update_proplist()
Dcore-subscribe.c132 [PA_SUBSCRIPTION_EVENT_MODULE] = "MODULE", in dump_event()
/third_party/pulseaudio/src/utils/
Dpactl.c1204 case PA_SUBSCRIPTION_EVENT_MODULE: in subscription_event_facility_to_string()