Searched defs:wfd (Results 1 – 4 of 4) sorted by relevance
/frameworks/base/core/java/android/os/ |
D | FileObserver.java | 89 int wfd = startWatching(m_fd, path, mask); in startWatching() local 105 public void onEvent(int wfd, int mask, String path) { in onEvent() 132 private native void stopWatching(int fd, int wfd); in stopWatching()
|
/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()
|
/frameworks/base/tools/preload2/src/com/android/preload/ |
D | DeviceUtils.java | 85 WaitForDevice wfd = new WaitForDevice(serial, timeout); in findDevice() local 93 WaitForDevice wfd = new WaitForDevice(null, timeout); in findDevices() local
|
/frameworks/native/cmds/dumpstate/ |
D | utils.cpp | 1033 int ifd, wfd = -1; in dump_traces() local
|