Home
last modified time | relevance | path

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

/third_party/pulseaudio/src/modules/dbus/
Diface-stream.c62 pa_hook_slot *volume_changed_slot; member
918 …s->volume_changed_slot = pa_hook_connect(&sink_input->core->hooks[PA_CORE_HOOK_SINK_INPUT_VOLUME_C… in pa_dbusiface_stream_new_playback()
956 …s->volume_changed_slot = pa_hook_connect(&source_output->core->hooks[PA_CORE_HOOK_SOURCE_OUTPUT_VO… in pa_dbusiface_stream_new_record()
987 pa_hook_slot_free(s->volume_changed_slot); in pa_dbusiface_stream_free()
Diface-device.c97 pa_hook_slot *volume_changed_slot; member
1267 d->volume_changed_slot = pa_hook_connect(&sink->core->hooks[PA_CORE_HOOK_SINK_VOLUME_CHANGED], in pa_dbusiface_device_new_sink()
1310 … d->volume_changed_slot = pa_hook_connect(&source->core->hooks[PA_CORE_HOOK_SOURCE_VOLUME_CHANGED], in pa_dbusiface_device_new_source()
1335 pa_hook_slot_free(d->volume_changed_slot); in pa_dbusiface_device_free()