Home
last modified time | relevance | path

Searched refs:remove_watch (Results 1 – 6 of 6) sorted by relevance

/external/bluetooth/bluez/gdbus/
Dmainloop.c161 static void remove_watch(DBusWatch *watch, void *data) in remove_watch() function
177 remove_watch(watch, data); in watch_toggled()
255 dbus_connection_set_watch_functions(conn, add_watch, remove_watch, in setup_dbus_with_main_loop()
/external/dbus/test/
Dtest-utils.c31 remove_watch (DBusWatch *watch, in remove_watch() function
134 remove_watch, in test_connection_setup()
/external/wpa_supplicant/
Dctrl_iface_dbus.c148 static void remove_watch(DBusWatch *watch, void *data) in remove_watch() function
159 remove_watch(watch, data); in watch_toggled()
757 remove_watch, watch_toggled, in integrate_with_eloop()
/external/dnsmasq/src/
Ddbus.c84 static void remove_watch(DBusWatch *watch, void *data) in remove_watch() function
315 dbus_connection_set_watch_functions(connection, add_watch, remove_watch, in dbus_init()
/external/wpa_supplicant_6/wpa_supplicant/
Dctrl_iface_dbus.c140 static void remove_watch(DBusWatch *watch, void *data) in remove_watch() function
151 remove_watch(watch, data); in watch_toggled()
875 remove_watch, watch_toggled, in integrate_with_eloop()
/external/dbus/
DChangeLog10175 (add_watch), (remove_watch), (create_source):
10817 * glib/dbus-gmain.c (remove_watch): fix for a crash when watches
14171 (remove_watch), (dbus_connection_hookup_with_g_main):
14394 (add_watch), (remove_watch), (add_timeout), (remove_timeout),