Home
last modified time | relevance | path

Searched refs:PA_CORE_HOOK_SINK_INPUT_PUT (Results 1 – 7 of 7) sorted by relevance

/third_party/pulseaudio/src/modules/
Dmodule-filter-heuristics.c143 …pa_module_hook_connect(m, &m->core->hooks[PA_CORE_HOOK_SINK_INPUT_PUT], PA_HOOK_LATE-1, (pa_hook_c… in pa__init()
Dstream-interaction.c599 …u->sink_input_put_slot = pa_hook_connect(&m->core->hooks[PA_CORE_HOOK_SINK_INPUT_PUT], PA_HOOK_LAT… in pa_stream_interaction_init()
Dmodule-filter-apply.c826 …pa_module_hook_connect(m, &m->core->hooks[PA_CORE_HOOK_SINK_INPUT_PUT], PA_HOOK_LATE, (pa_hook_cb_… in pa__init()
/third_party/pulseaudio/src/pulsecore/
Dcore.h97 PA_CORE_HOOK_SINK_INPUT_PUT, enumerator
Dsink-input.c836 pa_hook_fire(&i->core->hooks[PA_CORE_HOOK_SINK_INPUT_PUT], i); in pa_sink_input_put()
/third_party/pulseaudio/src/modules/alsa/
Dmodule-alsa-card.c895 pa_module_hook_connect(m, &m->core->hooks[PA_CORE_HOOK_SINK_INPUT_PUT], PA_HOOK_LATE+10, in pa__init()
/third_party/pulseaudio/src/modules/dbus/
Diface-core.c2221 c->sink_input_put_slot = pa_hook_connect(&core->hooks[PA_CORE_HOOK_SINK_INPUT_PUT], in pa_dbusiface_core_new()