Home
last modified time | relevance | path

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

/third_party/pulseaudio/src/modules/
H A Dmodule-allow-passthrough.c237 static pa_hook_result_t sink_input_unlink_cb(pa_core *core, pa_sink_input *i, struct userdata *u) { in sink_input_unlink_cb() function
283 pa_module_hook_connect(m, &m->core->hooks[PA_CORE_HOOK_SINK_INPUT_UNLINK], PA_HOOK_LATE, (pa_hook_cb_t) sink_input_unlink_cb, u); in pa__init()
H A Dstream-interaction.c311 static pa_hook_result_t sink_input_unlink_cb(pa_core *core, pa_sink_input *i, struct userdata *u) { in sink_input_unlink_cb() function
600 u->sink_input_unlink_slot = pa_hook_connect(&m->core->hooks[PA_CORE_HOOK_SINK_INPUT_UNLINK], PA_HOOK_LATE, (pa_hook_cb_t) sink_input_unlink_cb, u); in pa_stream_interaction_init()
H A Dmodule-filter-apply.c666 static pa_hook_result_t sink_input_unlink_cb(pa_core *core, pa_sink_input *i, struct userdata *u) { in sink_input_unlink_cb() function
834 pa_module_hook_connect(m, &m->core->hooks[PA_CORE_HOOK_SINK_INPUT_UNLINK], PA_HOOK_LATE, (pa_hook_cb_t) sink_input_unlink_cb, u); in pa__init()
/third_party/pulseaudio/src/modules/dbus/
H A Diface-core.c1910 static pa_hook_result_t sink_input_unlink_cb(void *hook_data, void *call_data, void *slot_data) { in sink_input_unlink_cb() function
2224 PA_HOOK_NORMAL, sink_input_unlink_cb, c); in pa_dbusiface_core_new()

Completed in 8 milliseconds