Home
last modified time | relevance | path

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

/third_party/rust/crates/nix/test/sys/
Dtest_inotify.rs12 .add_watch(tempdir.path(), AddWatchFlags::IN_ALL_EVENTS) in test_inotify()
30 .add_watch(tempdir.path(), AddWatchFlags::IN_ALL_EVENTS) in test_inotify_multi_events()
/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()
/third_party/rust/crates/nix/src/sys/
Dinotify.rs154 pub fn add_watch<P: ?Sized + NixPath>( in add_watch() method