Searched refs:sink_changed_slot (Results 1 - 2 of 2) sorted by relevance
/third_party/pulseaudio/src/modules/macosx/ |
H A D | module-bonjour-publish.c | 81 pa_hook_slot *sink_new_slot, *source_new_slot, *sink_unlink_slot, *source_unlink_slot, *sink_changed_slot, *source_changed_slot; member 453 u->sink_changed_slot = pa_hook_connect(&m->core->hooks[PA_CORE_HOOK_SINK_PROPLIST_CHANGED], PA_HOOK_LATE, (pa_hook_cb_t) device_new_or_changed_cb, u); in pa__init() 495 if (u->sink_changed_slot) in pa__done() 496 pa_hook_slot_free(u->sink_changed_slot); in pa__done()
|
/third_party/pulseaudio/src/modules/ |
H A D | module-zeroconf-publish.c | 146 pa_hook_slot *sink_new_slot, *source_new_slot, *sink_unlink_slot, *source_unlink_slot, *sink_changed_slot, *source_changed_slot; member 842 u->sink_changed_slot = pa_hook_connect(&m->core->hooks[PA_CORE_HOOK_SINK_PROPLIST_CHANGED], PA_HOOK_LATE, (pa_hook_cb_t) device_new_or_changed_cb, u); in pa__init() 919 if (u->sink_changed_slot) in pa__done() 920 pa_hook_slot_free(u->sink_changed_slot); in pa__done()
|
Completed in 3 milliseconds