Searched refs:PA_CORE_HOOK_SINK_INPUT_UNLINK (Results 1 – 8 of 8) sorted by relevance
/third_party/pulseaudio/src/pulsecore/ |
D | core.h | 98 PA_CORE_HOOK_SINK_INPUT_UNLINK, enumerator
|
D | sink-input.c | 776 pa_hook_fire(&i->core->hooks[PA_CORE_HOOK_SINK_INPUT_UNLINK], i); in pa_sink_input_unlink()
|
/third_party/pulseaudio/src/modules/ |
D | module-allow-passthrough.c | 283 …pa_module_hook_connect(m, &m->core->hooks[PA_CORE_HOOK_SINK_INPUT_UNLINK], PA_HOOK_LATE, (pa_hook_… in pa__init()
|
D | module-suspend-on-idle.c | 458 …pa_module_hook_connect(m, &m->core->hooks[PA_CORE_HOOK_SINK_INPUT_UNLINK], PA_HOOK_NORMAL, (pa_hoo… in pa__init()
|
D | stream-interaction.c | 600 …u->sink_input_unlink_slot = pa_hook_connect(&m->core->hooks[PA_CORE_HOOK_SINK_INPUT_UNLINK], PA_HO… in pa_stream_interaction_init()
|
D | module-filter-apply.c | 834 …pa_module_hook_connect(m, &m->core->hooks[PA_CORE_HOOK_SINK_INPUT_UNLINK], PA_HOOK_LATE, (pa_hook_… in pa__init()
|
/third_party/pulseaudio/src/modules/alsa/ |
D | module-alsa-card.c | 971 pa_module_hook_connect(m, &m->core->hooks[PA_CORE_HOOK_SINK_INPUT_UNLINK], PA_HOOK_LATE+10, in pa__init()
|
/third_party/pulseaudio/src/modules/dbus/ |
D | iface-core.c | 2223 c->sink_input_unlink_slot = pa_hook_connect(&core->hooks[PA_CORE_HOOK_SINK_INPUT_UNLINK], in pa_dbusiface_core_new()
|