Searched refs:sink_unlink_hook_callback (Results 1 - 2 of 2) sorted by relevance
/third_party/pulseaudio/src/modules/ |
H A D | module-intended-roles.c | 257 static pa_hook_result_t sink_unlink_hook_callback(pa_core *c, pa_sink *sink, struct userdata *u) { in sink_unlink_hook_callback() function 402 u->sink_unlink_hook_slot = pa_hook_connect(&m->core->hooks[PA_CORE_HOOK_SINK_UNLINK], PA_HOOK_LATE+10, (pa_hook_cb_t) sink_unlink_hook_callback, u); in pa__init()
|
H A D | module-device-manager.c | 1070 static pa_hook_result_t sink_unlink_hook_callback(pa_core *c, pa_sink *sink, struct userdata *u) { in sink_unlink_hook_callback() function 1600 u->sink_unlink_hook_slot = pa_hook_connect(&m->core->hooks[PA_CORE_HOOK_SINK_UNLINK], PA_HOOK_LATE+5, (pa_hook_cb_t) sink_unlink_hook_callback, u); in pa__init()
|
Completed in 3 milliseconds