Home
last modified time | relevance | path

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

/third_party/pulseaudio/src/modules/dbus/
H A Diface-stream.c65 pa_hook_slot *state_changed_slot; member
924 s->state_changed_slot = pa_hook_connect(&sink_input->core->hooks[PA_CORE_HOOK_SINK_INPUT_STATE_CHANGED], in pa_dbusiface_stream_new_playback()
962 s->state_changed_slot = pa_hook_connect(&source_output->core->hooks[PA_CORE_HOOK_SOURCE_OUTPUT_STATE_CHANGED], in pa_dbusiface_stream_new_record()
990 pa_hook_slot_free(s->state_changed_slot); in pa_dbusiface_stream_free()
H A Diface-device.c99 pa_hook_slot *state_changed_slot; member
1271 d->state_changed_slot = pa_hook_connect(&sink->core->hooks[PA_CORE_HOOK_SINK_STATE_CHANGED], in pa_dbusiface_device_new_sink()
1314 d->state_changed_slot = pa_hook_connect(&source->core->hooks[PA_CORE_HOOK_SOURCE_STATE_CHANGED], in pa_dbusiface_device_new_source()
1337 pa_hook_slot_free(d->state_changed_slot); in pa_dbusiface_device_free()

Completed in 5 milliseconds