Home
last modified time | relevance | path

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

/third_party/pulseaudio/src/modules/
H A Dmodule-augment-properties.c62 pa_hook_slot *client_new_slot, *client_proplist_changed_slot; member
351 u->client_proplist_changed_slot = pa_hook_connect(&m->core->hooks[PA_CORE_HOOK_CLIENT_PROPLIST_CHANGED], PA_HOOK_EARLY, (pa_hook_cb_t) client_proplist_changed_cb, u); in pa__init()
376 if (u->client_proplist_changed_slot) in pa__done()
377 pa_hook_slot_free(u->client_proplist_changed_slot); in pa__done()
/third_party/pulseaudio/src/modules/dbus/
H A Diface-client.c42 pa_hook_slot *client_proplist_changed_slot; member
434 c->client_proplist_changed_slot = pa_hook_connect(&client->core->hooks[PA_CORE_HOOK_CLIENT_PROPLIST_CHANGED], in pa_dbusiface_client_new()
447 pa_hook_slot_free(c->client_proplist_changed_slot); in pa_dbusiface_client_free()

Completed in 2 milliseconds