Searched refs:source_unlink_slot (Results 1 – 4 of 4) sorted by relevance
/third_party/pulseaudio/src/modules/macosx/ |
D | module-bonjour-publish.c | 81 …pa_hook_slot *sink_new_slot, *source_new_slot, *sink_unlink_slot, *source_unlink_slot, *sink_chang… member 457 …u->source_unlink_slot = pa_hook_connect(&m->core->hooks[PA_CORE_HOOK_SOURCE_UNLINK], PA_HOOK_LATE,… in pa__init() 501 if (u->source_unlink_slot) in pa__done() 502 pa_hook_slot_free(u->source_unlink_slot); in pa__done()
|
/third_party/pulseaudio/src/modules/ |
D | module-zeroconf-publish.c | 146 …pa_hook_slot *sink_new_slot, *source_new_slot, *sink_unlink_slot, *source_unlink_slot, *sink_chang… member 846 …u->source_unlink_slot = pa_hook_connect(&m->core->hooks[PA_CORE_HOOK_SOURCE_UNLINK], PA_HOOK_LATE,… in pa__init() 925 if (u->source_unlink_slot) in pa__done() 926 pa_hook_slot_free(u->source_unlink_slot); in pa__done()
|
D | module-rygel-media-server.c | 173 pa_hook_slot *source_new_slot, *source_unlink_slot; member 1064 …u->source_unlink_slot = pa_hook_connect(&m->core->hooks[PA_CORE_HOOK_SOURCE_UNLINK], PA_HOOK_LATE,… in pa__init() 1106 if (u->source_unlink_slot) in pa__done() 1107 pa_hook_slot_free(u->source_unlink_slot); in pa__done()
|
/third_party/pulseaudio/src/modules/dbus/ |
D | iface-core.c | 128 pa_hook_slot *source_unlink_slot; member 2236 …c->source_unlink_slot = pa_hook_connect(&core->hooks[PA_CORE_HOOK_SOURCE_UNLINK], PA_HOOK_NORMAL, … in pa_dbusiface_core_new() 2323 pa_hook_slot_free(c->source_unlink_slot); in pa_dbusiface_core_free()
|