Searched defs:watch (Results 1 - 12 of 12) sorted by relevance

/external/chromium/base/win/
H A Dobject_watcher.cc50 Watch* watch = new Watch; local
51 watch->watcher = this;
52 watch->object = object;
53 watch->origin_loop = MessageLoop::current();
54 watch->delegate = delegate;
55 watch->did_signal = false;
61 if (!RegisterWaitForSingleObject(&watch->wait_object, object, DoneWaiting,
62 watch, INFINITE, wait_flags)) {
64 delete watch;
68 watch_ = watch;
122 Watch* watch = static_cast<Watch*>(param); local
[all...]
/external/chromium/base/files/
H A Dfile_path_watcher_linux.cc51 // Remove |watch|. Returns true on success.
52 bool RemoveWatch(Watch watch, FilePathWatcherImpl* watcher);
91 // Called for each event coming from the watch. |fired_watch| identifies the
92 // watch that fired, |child| indicates what has changed, and is relative to
102 // Returns true if watch for |path| has been added successfully.
106 // Cancel the watch. This unregisters the instance with InotifyReader.
121 // WatchEntry instance holds the watch descriptor for a component and the
124 WatchEntry(InotifyReader::Watch watch, const FilePath::StringType& subdir) argument
125 : watch_(watch),
133 // Reconfigure to watch fo
257 Watch watch = inotify_add_watch(inotify_fd_, path.value().c_str(), local
270 RemoveWatch(Watch watch, FilePathWatcherImpl* watcher) argument
[all...]
/external/dnsmasq/src/
H A Ddbus.c59 struct watch { struct
60 DBusWatch *watch; member in struct:watch
61 struct watch *next;
65 static dbus_bool_t add_watch(DBusWatch *watch, void *data) argument
67 struct watch *w;
70 if (w->watch == watch)
73 if (!(w = whine_malloc(sizeof(struct watch))))
76 w->watch = watch;
84 remove_watch(DBusWatch *watch, void *data) argument
[all...]
/external/kernel-headers/original/linux/
H A Dinotify.h19 __s32 wd; /* watch descriptor */
20 __u32 mask; /* watch mask */
26 /* the following are legal, implemented events that user-space can watch for */
40 /* the following are legal events. they are sent as needed to any watch */
50 #define IN_ONLYDIR 0x01000000 /* only watch the path if it is a directory */
52 #define IN_MASK_ADD 0x20000000 /* add to the mask of an already existing watch */
72 * struct inotify_watch - represents a watch request on a specific inode
76 * ih, inode, and wd are never written to once the watch is created.
88 __s32 wd; /* watch descriptor */
89 __u32 mask; /* event mask for this watch */
172 inotify_init_watch(struct inotify_watch *watch) argument
192 inotify_add_watch(struct inotify_handle *ih, struct inotify_watch *watch, struct inode *inode, __u32 mask) argument
199 inotify_rm_watch(struct inotify_handle *ih, struct inotify_watch *watch) argument
210 inotify_remove_watch_locked(struct inotify_handle *ih, struct inotify_watch *watch) argument
215 get_inotify_watch(struct inotify_watch *watch) argument
219 put_inotify_watch(struct inotify_watch *watch) argument
[all...]
H A Daudit.h61 #define AUDIT_WATCH_INS 1007 /* Insert file/dir watch entry */
62 #define AUDIT_WATCH_REM 1008 /* Remove file/dir watch entry */
434 struct audit_watch *watch; /* associated watch */ member in struct:audit_krule
436 struct list_head rlist; /* entry in audit_{watch,tree}.rules list */
/external/wpa_supplicant_8/wpa_supplicant/dbus/
H A Ddbus_common.c60 DBusWatch *watch, eloop_event_type type)
67 dbus_watch_handle(watch, DBUS_WATCH_READABLE);
69 dbus_watch_handle(watch, DBUS_WATCH_WRITABLE);
71 dbus_watch_handle(watch, DBUS_WATCH_ERROR);
100 static dbus_bool_t add_watch(DBusWatch *watch, void *data) argument
106 if (!dbus_watch_get_enabled(watch))
109 flags = dbus_watch_get_flags(watch);
110 fd = dbus_watch_get_unix_fd(watch);
113 priv, watch);
117 priv, watch);
59 process_watch(struct wpas_dbus_priv *priv, DBusWatch *watch, eloop_event_type type) argument
130 remove_watch(DBusWatch *watch, void *data) argument
149 watch_toggled(DBusWatch *watch, void *data) argument
[all...]
/external/chromium_org/base/files/
H A Dfile_path_watcher_linux.cc51 // Remove |watch|. Returns true on success.
52 bool RemoveWatch(Watch watch, FilePathWatcherImpl* watcher);
91 // Called for each event coming from the watch. |fired_watch| identifies the
92 // watch that fired, |child| indicates what has changed, and is relative to
100 // Returns true if watch for |path| has been added successfully.
105 // Cancel the watch. This unregisters the instance with InotifyReader.
121 // WatchEntry instance holds the watch descriptor for a component and the
125 WatchEntry(InotifyReader::Watch watch, const FilePath::StringType& subdir) argument
126 : watch_(watch),
135 // Reconfigure to watch fo
251 Watch watch = inotify_add_watch(inotify_fd_, path.value().c_str(), local
264 RemoveWatch(Watch watch, FilePathWatcherImpl* watcher) argument
[all...]
/external/chromium_org/dbus/
H A Dbus.cc45 explicit Watch(DBusWatch* watch) argument
46 : raw_watch_(watch) {
1035 // watch will be deleted when raw_watch is removed in OnRemoveWatch().
1036 Watch* watch = new Watch(raw_watch); local
1037 if (watch->IsReadyToBeWatched()) {
1038 watch->StartWatching();
1047 Watch* watch = static_cast<Watch*>(dbus_watch_get_data(raw_watch)); local
1048 delete watch;
1055 Watch* watch = static_cast<Watch*>(dbus_watch_get_data(raw_watch)); local
1056 if (watch
[all...]
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.sat4j.core_2.2.0.v20100429.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.apache.jasper_5.5.17.v201004212143.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/lib/
H A Dant.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/tools/ org/apache/tools/ant/ ...
/external/chromium_org/third_party/WebKit/Source/devtools/scripts/closure/
H A Dcompiler.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/debugging/ com/google/debugging/sourcemap/ ...

Completed in 247 milliseconds