Home
last modified time | relevance | path

Searched refs:sink_put_hook_callback (Results 1 - 5 of 5) sorted by relevance

/third_party/pulseaudio/src/modules/
H A Dmodule-switch-on-connect.c65 static pa_hook_result_t sink_put_hook_callback(pa_core *c, pa_sink *sink, void* userdata) { in sink_put_hook_callback() function
197 pa_module_hook_connect(m, &m->core->hooks[PA_CORE_HOOK_SINK_PUT], PA_HOOK_LATE+30, (pa_hook_cb_t) sink_put_hook_callback, u); in pa__init()
H A Dmodule-intended-roles.c163 static pa_hook_result_t sink_put_hook_callback(pa_core *c, pa_sink *sink, struct userdata *u) { in sink_put_hook_callback() function
396 u->sink_put_hook_slot = pa_hook_connect(&m->core->hooks[PA_CORE_HOOK_SINK_PUT], PA_HOOK_LATE+10, (pa_hook_cb_t) sink_put_hook_callback, u); in pa__init()
H A Dmodule-device-restore.c845 static pa_hook_result_t sink_put_hook_callback(pa_core *c, pa_sink *sink, struct userdata *u) { in sink_put_hook_callback() function
1260 pa_module_hook_connect(m, &m->core->hooks[PA_CORE_HOOK_SINK_PUT], PA_HOOK_EARLY, (pa_hook_cb_t) sink_put_hook_callback, u); in pa__init()
H A Dmodule-device-manager.c1048 static pa_hook_result_t sink_put_hook_callback(pa_core *c, PA_GCC_UNUSED pa_sink *sink, struct userdata *u) { in sink_put_hook_callback() function
1594 u->sink_put_hook_slot = pa_hook_connect(&m->core->hooks[PA_CORE_HOOK_SINK_PUT], PA_HOOK_LATE+5, (pa_hook_cb_t) sink_put_hook_callback, u); in pa__init()
/third_party/pulseaudio/src/modules/bluetooth/
H A Dmodule-bluetooth-policy.c106 static pa_hook_result_t sink_put_hook_callback(pa_core *c, pa_sink *sink, void *userdata) { in sink_put_hook_callback() function
457 (pa_hook_cb_t) sink_put_hook_callback, u); in pa__init()

Completed in 6 milliseconds