Home
last modified time | relevance | path

Searched refs:subscribed (Results 1 - 9 of 9) sorted by relevance

/third_party/pulseaudio/src/modules/
H A Dmodule-device-restore.c83 pa_idxset *subscribed; member
140 PA_IDXSET_FOREACH(c, u->subscribed, idx) { in trigger_save()
1062 pa_idxset_put(u->subscribed, c, NULL); in extension_cb()
1064 pa_idxset_remove_by_data(u->subscribed, c, NULL); in extension_cb()
1198 pa_idxset_remove_by_data(u->subscribed, c, NULL); in connection_unlink_hook_cb()
1237 u->subscribed = pa_idxset_new(pa_idxset_trivial_hash_func, pa_idxset_trivial_compare_func); in pa__init()
1314 if (u->subscribed) in pa__done()
1315 pa_idxset_free(u->subscribed, NULL); in pa__done()
H A Dmodule-device-manager.c117 pa_idxset *subscribed; member
449 PA_IDXSET_FOREACH(c, u->subscribed, idx) { in notify_subscribers()
1508 pa_idxset_put(u->subscribed, c, NULL); in extension_cb()
1510 pa_idxset_remove_by_data(u->subscribed, c, NULL); in extension_cb()
1535 pa_idxset_remove_by_data(u->subscribed, c, NULL); in connection_unlink_hook_cb()
1574 u->subscribed = pa_idxset_new(pa_idxset_trivial_hash_func, pa_idxset_trivial_compare_func); in pa__init()
1737 if (u->subscribed) in pa__done()
1738 pa_idxset_free(u->subscribed, NULL); in pa__done()
H A Dmodule-stream-restore.c107 pa_idxset *subscribed; member
1244 PA_IDXSET_FOREACH(c, u->subscribed, idx) { in trigger_save()
2191 pa_idxset_put(u->subscribed, c, NULL); in extension_cb()
2193 pa_idxset_remove_by_data(u->subscribed, c, NULL); in extension_cb()
2218 pa_idxset_remove_by_data(u->subscribed, c, NULL); in connection_unlink_hook_cb()
2358 u->subscribed = pa_idxset_new(pa_idxset_trivial_hash_func, pa_idxset_trivial_compare_func); in pa__init()
2476 if (u->subscribed) in pa__done()
2477 pa_idxset_free(u->subscribed, NULL); in pa__done()
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/wps/
H A Dwps_er.h61 int subscribed; member
H A Dwps_er.c201 ap->subscribed = 0; in wps_er_http_unsubscribe_cb()
349 if (ap->subscribed) { in wps_er_ap_remove_entry()
409 ap->subscribed = 1; in wps_er_http_subscribe_cb()
771 * may have been ongoing at the time ER subscribed for events. in wps_er_add_sta_data()
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/wps/
H A Dwps_er.h61 int subscribed; member
H A Dwps_er.c201 ap->subscribed = 0; in wps_er_http_unsubscribe_cb()
349 if (ap->subscribed) { in wps_er_ap_remove_entry()
409 ap->subscribed = 1; in wps_er_http_subscribe_cb()
771 * may have been ongoing at the time ER subscribed for events. in wps_er_add_sta_data()
/third_party/alsa-lib/include/
H A Dcontrol_external.h135 int subscribed; /**< events subscribed; read-only */ member
/third_party/alsa-lib/src/control/
H A Dcontrol_ext.c71 return ext->subscribed; in snd_ctl_ext_subscribe_events()
72 ext->subscribed = !!subscribe; in snd_ctl_ext_subscribe_events()
685 subscription is kept in the subscribed field.

Completed in 15 milliseconds