Home
last modified time | relevance | path

Searched refs:sink_input_fixate_hook_slot (Results 1 – 3 of 3) sorted by relevance

/third_party/pulseaudio/src/modules/
Dmodule-position-event-sounds.c50 pa_hook_slot *sink_input_fixate_hook_slot; member
154 …u->sink_input_fixate_hook_slot = pa_hook_connect(&m->core->hooks[PA_CORE_HOOK_SINK_INPUT_FIXATE], … in pa__init()
175 if (u->sink_input_fixate_hook_slot) in pa__done()
176 pa_hook_slot_free(u->sink_input_fixate_hook_slot); in pa__done()
Dmodule-match.c79 pa_hook_slot *sink_input_fixate_hook_slot; member
263 …u->sink_input_fixate_hook_slot = pa_hook_connect(&m->core->hooks[PA_CORE_HOOK_SINK_INPUT_FIXATE], … in pa__init()
285 if (u->sink_input_fixate_hook_slot) in pa__done()
286 pa_hook_slot_free(u->sink_input_fixate_hook_slot); in pa__done()
Dmodule-stream-restore.c95 *sink_input_fixate_hook_slot, member