Searched refs:wfd (Results 1 – 5 of 5) sorted by relevance
/frameworks/base/core/java/android/os/ |
D | FileObserver.java | 89 int wfd = startWatching(m_fd, path, mask); in startWatching() local 91 Integer i = new Integer(wfd); in startWatching() 92 if (wfd >= 0) { in startWatching() 105 public void onEvent(int wfd, int mask, String path) { in onEvent() argument 110 WeakReference weak = m_observers.get(wfd); in onEvent() 114 m_observers.remove(wfd); in onEvent() 132 private native void stopWatching(int fd, int wfd); in stopWatching() argument
|
/frameworks/base/tools/preload2/src/com/android/preload/ |
D | DeviceUtils.java | 85 WaitForDevice wfd = new WaitForDevice(serial, timeout); in findDevice() local 86 return wfd.get(); in findDevice() 93 WaitForDevice wfd = new WaitForDevice(null, timeout); in findDevices() local 94 wfd.get(); in findDevices()
|
/frameworks/base/core/jni/ |
D | android_util_FileObserver.cpp | 121 static void android_os_fileobserver_stopWatching(JNIEnv* env, jobject object, jint fd, jint wfd) in android_os_fileobserver_stopWatching() argument 125 inotify_rm_watch((int)fd, (uint32_t)wfd); in android_os_fileobserver_stopWatching()
|
/frameworks/native/cmds/dumpstate/ |
D | utils.cpp | 1033 int ifd, wfd = -1; in dump_traces() local 1049 wfd = inotify_add_watch(ifd, traces_path, IN_CLOSE_WRITE); in dump_traces() 1050 if (wfd < 0) { in dump_traces()
|
/frameworks/base/core/java/android/app/ |
D | ActivityManagerNative.java | 1540 boolean wfd = data.readInt() != 0; in onTransact() 1542 setDebugApp(pn, wfd, per); in onTransact()
|