Home
last modified time | relevance | path

Searched refs:PA_CORE_HOOK_SINK_UNLINK (Results 1 – 10 of 10) sorted by relevance

/third_party/pulseaudio/src/modules/
Dmodule-always-sink.c163 …pa_module_hook_connect(m, &m->core->hooks[PA_CORE_HOOK_SINK_UNLINK], PA_HOOK_EARLY, (pa_hook_cb_t)… in pa__init()
Dmodule-intended-roles.c402 …u->sink_unlink_hook_slot = pa_hook_connect(&m->core->hooks[PA_CORE_HOOK_SINK_UNLINK], PA_HOOK_LATE… in pa__init()
Dmodule-filter-apply.c830 …pa_module_hook_connect(m, &m->core->hooks[PA_CORE_HOOK_SINK_UNLINK], PA_HOOK_LATE-1, (pa_hook_cb_t… in pa__init()
Dmodule-zeroconf-publish.c843 …u->sink_unlink_slot = pa_hook_connect(&m->core->hooks[PA_CORE_HOOK_SINK_UNLINK], PA_HOOK_LATE, (pa… in pa__init()
Dmodule-combine-sink.c1505 …u->sink_unlink_slot = pa_hook_connect(&m->core->hooks[PA_CORE_HOOK_SINK_UNLINK], PA_HOOK_EARLY, (p… in pa__init()
Dmodule-device-manager.c1600 …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/
Dcore.h74 PA_CORE_HOOK_SINK_UNLINK, enumerator
Dsink.c767 pa_hook_fire(&s->core->hooks[PA_CORE_HOOK_SINK_UNLINK], s); in pa_sink_unlink()
/third_party/pulseaudio/src/modules/macosx/
Dmodule-bonjour-publish.c454 …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/
Diface-core.c2234 …c->sink_unlink_slot = pa_hook_connect(&core->hooks[PA_CORE_HOOK_SINK_UNLINK], PA_HOOK_NORMAL, sink… in pa_dbusiface_core_new()