Home
last modified time | relevance | path

Searched refs:add_watch (Results 1 – 5 of 5) sorted by relevance

/third_party/glib/gio/
Dgio-tool-monitor.c144 add_watch (const gchar *cmdline, in add_watch() function
242 if (!add_watch (watch_dirs[i], WATCH_DIR, flags, TRUE)) in handle_monitor()
249 if (!add_watch (watch_files[i], WATCH_FILE, flags, TRUE)) in handle_monitor()
256 if (!add_watch (watch_direct[i], WATCH_FILE, flags | G_FILE_MONITOR_WATCH_HARD_LINKS, TRUE)) in handle_monitor()
263 … if (!add_watch (watch_silent[i], WATCH_FILE, flags | G_FILE_MONITOR_WATCH_HARD_LINKS, FALSE)) in handle_monitor()
270 if (!add_watch (watch_default[i], WATCH_AUTO, flags, TRUE)) in handle_monitor()
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/wpa_supplicant/dbus/
Ddbus_common.c99 static dbus_bool_t add_watch(DBusWatch *watch, void *data) in add_watch() function
152 add_watch(watch, data); in watch_toggled()
242 if (!dbus_connection_set_watch_functions(priv->con, add_watch, in integrate_with_eloop()
/third_party/wpa_supplicant/wpa_supplicant-2.9/wpa_supplicant/dbus/
Ddbus_common.c99 static dbus_bool_t add_watch(DBusWatch *watch, void *data) in add_watch() function
151 add_watch(watch, data); in watch_toggled()
241 if (!dbus_connection_set_watch_functions(priv->con, add_watch, in integrate_with_eloop()
/third_party/gstreamer/gstplugins_good/tests/examples/rpicamsrc/
Ddynamicprops.py48 bus.add_watch(0, bus_call, loop)
/third_party/pulseaudio/src/pulsecore/
Ddbus-util.c143 static dbus_bool_t add_watch(DBusWatch *watch, void *data) { in add_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()