Home
last modified time | relevance | path

Searched refs:wd (Results 1 – 7 of 7) sorted by relevance

/frameworks/base/core/jni/
Dandroid_util_FileObserver.cpp84 env->CallVoidMethod(object, method_onEvent, event->wd, event->mask, path); in android_os_fileobserver_observe()
/frameworks/base/core/java/android/widget/
DTabHost.java813 final View wd = w != null ? w.getDecorView() : null; in getContentView() local
814 if (mLaunchedView != wd && mLaunchedView != null) { in getContentView()
819 mLaunchedView = wd; in getContentView()
/frameworks/native/libs/vr/libpdx_uds/
Dipc_helper.cpp457 int wd = inotify_add_watch( in WaitForEndpoint() local
460 if (wd < 0) { in WaitForEndpoint()
523 ret = inotify_rm_watch(fd.Get(), wd); in WaitForEndpoint()
/frameworks/base/tests/PackageWatchdog/src/com/android/server/
DPackageWatchdogTest.java771 PackageWatchdog wd = createWatchdog(controller, true /* withPackagesReady */); in testPackageHealthCheckStateTransitions() local
772 MonitoredPackage m1 = wd.newMonitoredPackage(APP_A, LONG_DURATION, in testPackageHealthCheckStateTransitions()
774 MonitoredPackage m2 = wd.newMonitoredPackage(APP_B, LONG_DURATION, false); in testPackageHealthCheckStateTransitions()
775 MonitoredPackage m3 = wd.newMonitoredPackage(APP_C, LONG_DURATION, false); in testPackageHealthCheckStateTransitions()
776 MonitoredPackage m4 = wd.newMonitoredPackage(APP_D, LONG_DURATION, SHORT_DURATION, true, in testPackageHealthCheckStateTransitions()
817 final PackageWatchdog wd = createWatchdog(); in testNetworkStackFailure() local
822 wd.startObservingHealth(observer, Collections.singletonList(APP_A), SHORT_DURATION); in testNetworkStackFailure()
/frameworks/base/services/core/java/com/android/server/wallpaper/
DWallpaperManagerService.java2070 WallpaperData wd = mWallpaperMap.get(user.id); in hasNamedWallpaper() local
2071 if (wd == null) { in hasNamedWallpaper()
2074 wd = mWallpaperMap.get(user.id); in hasNamedWallpaper()
2076 if (wd != null && name.equals(wd.name)) { in hasNamedWallpaper()
/frameworks/base/cmds/bootanimation/
DBootAnimation.cpp1556 if (event->wd == mSystemWd && strcmp(SYSTEM_TIME_DIR_NAME, event->name) == 0) { in doThreadLoop()
1558 } else if (event->wd == mTimeWd && (strcmp(LAST_TIME_CHANGED_FILE_NAME, event->name) == 0 in doThreadLoop()
/frameworks/native/services/inputflinger/reader/
DEventHub.cpp2360 if (event->wd == mInputWd) { in readNotifyLocked()
2368 } else if (event->wd == mVideoWd) { in readNotifyLocked()
2379 LOG_ALWAYS_FATAL("Unexpected inotify event, wd = %i", event->wd); in readNotifyLocked()