Home
last modified time | relevance | path

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

/third_party/pulseaudio/src/modules/
H A Dmodule-device-manager.c112 *connection_unlink_hook_slot; member
1579 u->connection_unlink_hook_slot = pa_hook_connect(&pa_native_protocol_hooks(u->protocol)[PA_NATIVE_HOOK_CONNECTION_UNLINK], PA_HOOK_NORMAL, (pa_hook_cb_t) connection_unlink_hook_cb, u); in pa__init()
1723 if (u->connection_unlink_hook_slot) in pa__done()
1724 pa_hook_slot_free(u->connection_unlink_hook_slot); in pa__done()
H A Dmodule-stream-restore.c98 *connection_unlink_hook_slot; member

Completed in 6 milliseconds