Home
last modified time | relevance | path

Searched refs:sink_unlink_hook_slot (Results 1 - 2 of 2) sorted by relevance

/third_party/pulseaudio/src/modules/
H A Dmodule-intended-roles.c57 *sink_unlink_hook_slot, member
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()
436 if (u->sink_unlink_hook_slot) in pa__done()
437 pa_hook_slot_free(u->sink_unlink_hook_slot); in pa__done()
H A Dmodule-device-manager.c110 *sink_unlink_hook_slot, member
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()
1718 if (u->sink_unlink_hook_slot) in pa__done()
1719 pa_hook_slot_free(u->sink_unlink_hook_slot); in pa__done()

Completed in 4 milliseconds