Home
last modified time | relevance | path

Searched refs:sink_input_put_cb (Results 1 - 4 of 4) sorted by relevance

/third_party/pulseaudio/src/modules/
H A Dmodule-filter-heuristics.c88 static pa_hook_result_t sink_input_put_cb(pa_core *core, pa_sink_input *i, struct userdata *u) { in sink_input_put_cb() function
143 pa_module_hook_connect(m, &m->core->hooks[PA_CORE_HOOK_SINK_INPUT_PUT], PA_HOOK_LATE-1, (pa_hook_cb_t) sink_input_put_cb, u); in pa__init()
H A Dstream-interaction.c304 static pa_hook_result_t sink_input_put_cb(pa_core *core, pa_sink_input *i, struct userdata *u) { in sink_input_put_cb() function
599 u->sink_input_put_slot = pa_hook_connect(&m->core->hooks[PA_CORE_HOOK_SINK_INPUT_PUT], PA_HOOK_LATE, (pa_hook_cb_t) sink_input_put_cb, u); in pa_stream_interaction_init()
H A Dmodule-filter-apply.c634 static pa_hook_result_t sink_input_put_cb(pa_core *core, pa_sink_input *i, struct userdata *u) { in sink_input_put_cb() function
831 pa_module_hook_connect(m, &m->core->hooks[PA_CORE_HOOK_SINK_INPUT_PUT], PA_HOOK_LATE, (pa_hook_cb_t) sink_input_put_cb, u); in pa__init()
/third_party/pulseaudio/src/modules/dbus/
H A Diface-core.c1884 static pa_hook_result_t sink_input_put_cb(void *hook_data, void *call_data, void *slot_data) { in sink_input_put_cb() function
2222 PA_HOOK_NORMAL, sink_input_put_cb, c); in pa_dbusiface_core_new()

Completed in 8 milliseconds