Searched refs:remove_watch (Results 1 – 3 of 3) sorted by relevance
/third_party/wpa_supplicant/wpa_supplicant-2.9/wpa_supplicant/dbus/ |
D | dbus_common.c | 129 static void remove_watch(DBusWatch *watch, void *data) in remove_watch() function 153 remove_watch(watch, data); in watch_toggled() 242 remove_watch, watch_toggled, in integrate_with_eloop()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/wpa_supplicant/dbus/ |
D | dbus_common.c | 130 static void remove_watch(DBusWatch *watch, void *data) in remove_watch() function 154 remove_watch(watch, data); in watch_toggled() 243 remove_watch, watch_toggled, in integrate_with_eloop()
|
/third_party/pulseaudio/src/pulsecore/ |
D | dbus-util.c | 161 static void remove_watch(DBusWatch *watch, void *data) { in remove_watch() function 271 dbus_connection_set_watch_functions(conn, add_watch, remove_watch, toggle_watch, pconn, NULL); in pa_dbus_wrap_connection_new() 303 dbus_connection_set_watch_functions(conn, add_watch, remove_watch, toggle_watch, pconn, NULL); in pa_dbus_wrap_connection_new_from_existing()
|