Searched refs:PA_CORE_HOOK_SINK_INPUT_PUT (Results 1 – 7 of 7) sorted by relevance
/third_party/pulseaudio/src/modules/ |
D | module-filter-heuristics.c | 143 …pa_module_hook_connect(m, &m->core->hooks[PA_CORE_HOOK_SINK_INPUT_PUT], PA_HOOK_LATE-1, (pa_hook_c… in pa__init()
|
D | stream-interaction.c | 599 …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()
|
D | module-filter-apply.c | 826 …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/ |
D | core.h | 97 PA_CORE_HOOK_SINK_INPUT_PUT, enumerator
|
D | sink-input.c | 836 pa_hook_fire(&i->core->hooks[PA_CORE_HOOK_SINK_INPUT_PUT], i); in pa_sink_input_put()
|
/third_party/pulseaudio/src/modules/alsa/ |
D | module-alsa-card.c | 895 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/ |
D | iface-core.c | 2221 c->sink_input_put_slot = pa_hook_connect(&core->hooks[PA_CORE_HOOK_SINK_INPUT_PUT], in pa_dbusiface_core_new()
|