Home
last modified time | relevance | path

Searched defs:watch (Results 1 – 6 of 6) sorted by relevance

/external/dnsmasq/src/
Ddbus.c59 struct watch { struct
60 DBusWatch *watch; member
61 struct watch *next; argument
65 static dbus_bool_t add_watch(DBusWatch *watch, void *data) in add_watch()
84 static void remove_watch(DBusWatch *watch, void *data) in remove_watch()
/external/kernel-headers/original/linux/
Dinotify.h172 static inline void inotify_init_watch(struct inotify_watch *watch) in inotify_init_watch()
193 struct inotify_watch *watch, in inotify_add_watch()
200 struct inotify_watch *watch) in inotify_rm_watch()
211 struct inotify_watch *watch) in inotify_remove_watch_locked()
215 static inline void get_inotify_watch(struct inotify_watch *watch) in get_inotify_watch()
219 static inline void put_inotify_watch(struct inotify_watch *watch) in put_inotify_watch()
Daudit.h434 struct audit_watch *watch; /* associated watch */ member
/external/wpa_supplicant_8/wpa_supplicant/dbus/
Ddbus_common.c59 DBusWatch *watch, eloop_event_type type) in process_watch()
99 static dbus_bool_t add_watch(DBusWatch *watch, void *data) in add_watch()
129 static void remove_watch(DBusWatch *watch, void *data) in remove_watch()
148 static void watch_toggled(DBusWatch *watch, void *data) in watch_toggled()
/external/chromium/base/win/
Dobject_watcher.cc50 Watch* watch = new Watch; in StartWatching() local
122 Watch* watch = static_cast<Watch*>(param); in DoneWaiting() local
/external/chromium/base/files/
Dfile_path_watcher_linux.cc257 Watch watch = inotify_add_watch(inotify_fd_, path.value().c_str(), in AddWatch() local
270 bool InotifyReader::RemoveWatch(Watch watch, in RemoveWatch()