Searched refs:PA_CORE_HOOK_SINK_UNLINK (Results 1 – 10 of 10) sorted by relevance
/third_party/pulseaudio/src/modules/ |
D | module-always-sink.c | 163 …pa_module_hook_connect(m, &m->core->hooks[PA_CORE_HOOK_SINK_UNLINK], PA_HOOK_EARLY, (pa_hook_cb_t)… in pa__init()
|
D | module-intended-roles.c | 402 …u->sink_unlink_hook_slot = pa_hook_connect(&m->core->hooks[PA_CORE_HOOK_SINK_UNLINK], PA_HOOK_LATE… in pa__init()
|
D | module-filter-apply.c | 830 …pa_module_hook_connect(m, &m->core->hooks[PA_CORE_HOOK_SINK_UNLINK], PA_HOOK_LATE-1, (pa_hook_cb_t… in pa__init()
|
D | module-zeroconf-publish.c | 843 …u->sink_unlink_slot = pa_hook_connect(&m->core->hooks[PA_CORE_HOOK_SINK_UNLINK], PA_HOOK_LATE, (pa… in pa__init()
|
D | module-combine-sink.c | 1505 …u->sink_unlink_slot = pa_hook_connect(&m->core->hooks[PA_CORE_HOOK_SINK_UNLINK], PA_HOOK_EARLY, (p… in pa__init()
|
D | module-device-manager.c | 1600 …u->sink_unlink_hook_slot = pa_hook_connect(&m->core->hooks[PA_CORE_HOOK_SINK_UNLINK], PA_HOOK_LATE… in pa__init()
|
/third_party/pulseaudio/src/pulsecore/ |
D | core.h | 74 PA_CORE_HOOK_SINK_UNLINK, enumerator
|
D | sink.c | 767 pa_hook_fire(&s->core->hooks[PA_CORE_HOOK_SINK_UNLINK], s); in pa_sink_unlink()
|
/third_party/pulseaudio/src/modules/macosx/ |
D | module-bonjour-publish.c | 454 …u->sink_unlink_slot = pa_hook_connect(&m->core->hooks[PA_CORE_HOOK_SINK_UNLINK], PA_HOOK_LATE, (pa… in pa__init()
|
/third_party/pulseaudio/src/modules/dbus/ |
D | iface-core.c | 2234 …c->sink_unlink_slot = pa_hook_connect(&core->hooks[PA_CORE_HOOK_SINK_UNLINK], PA_HOOK_NORMAL, sink… in pa_dbusiface_core_new()
|