Home
last modified time | relevance | path

Searched refs:sink_input_unlink_slot (Results 1 – 2 of 2) sorted by relevance

/third_party/pulseaudio/src/modules/
Dstream-interaction.c54 *sink_input_unlink_slot, member
600 …u->sink_input_unlink_slot = pa_hook_connect(&m->core->hooks[PA_CORE_HOOK_SINK_INPUT_UNLINK], PA_HO… in pa_stream_interaction_init()
654 if (u->sink_input_unlink_slot) in pa_stream_interaction_done()
655 pa_hook_slot_free(u->sink_input_unlink_slot); in pa_stream_interaction_done()
/third_party/pulseaudio/src/modules/dbus/
Diface-core.c120 pa_hook_slot *sink_input_unlink_slot; member
2223 c->sink_input_unlink_slot = pa_hook_connect(&core->hooks[PA_CORE_HOOK_SINK_INPUT_UNLINK], in pa_dbusiface_core_new()
2315 pa_hook_slot_free(c->sink_input_unlink_slot); in pa_dbusiface_core_free()