Searched refs:wfd (Results 1 - 5 of 5) sorted by relevance

/frameworks/base/core/java/android/os/
H A DFileObserver.java89 int wfd = startWatching(m_fd, path, mask);
91 Integer i = new Integer(wfd);
92 if (wfd >= 0) {
105 public void onEvent(int wfd, int mask, String path) { argument
110 WeakReference weak = m_observers.get(wfd);
111 if (weak != null) { // can happen with lots of events from a dead wfd
114 m_observers.remove(wfd);
132 private native void stopWatching(int fd, int wfd); argument
/frameworks/base/core/jni/
H A Dandroid_util_FileObserver.cpp121 static void android_os_fileobserver_stopWatching(JNIEnv* env, jobject object, jint fd, jint wfd) argument
125 inotify_rm_watch((int)fd, (uint32_t)wfd);
/frameworks/base/tools/preload2/src/com/android/preload/
H A DDeviceUtils.java85 WaitForDevice wfd = new WaitForDevice(serial, timeout);
86 return wfd.get();
93 WaitForDevice wfd = new WaitForDevice(null, timeout);
94 wfd.get();
/frameworks/native/cmds/dumpstate/
H A Dutils.cpp1033 int ifd, wfd = -1; local
1049 wfd = inotify_add_watch(ifd, traces_path, IN_CLOSE_WRITE);
1050 if (wfd < 0) {
/frameworks/base/core/java/android/app/
H A DActivityManagerNative.java1540 boolean wfd = data.readInt() != 0;
1542 setDebugApp(pn, wfd, per);

Completed in 180 milliseconds