Home
last modified time | relevance | path

Searched refs:maxDuration (Results 1 – 5 of 5) sorted by relevance

/packages/services/Car/cpp/evs/manager/1.1/stats/
DStatsCollector.cpp265 std::chrono::nanoseconds maxDuration) { in startCustomCollection() argument
268 if (interval < kMinCollectionInterval || maxDuration < kMinCollectionInterval) { in startCustomCollection()
275 if (maxDuration > kCustomCollectionMaxDuration) { in startCustomCollection()
308 nsecs_t uptime = mLooper->now() + maxDuration.count(); in startCustomCollection()
/packages/services/Car/cpp/watchdog/server/src/
DWatchdogPerfService.cpp309 std::chrono::nanoseconds maxDuration = kCustomCollectionDuration; in onCustomCollection() local
328 maxDuration = std::chrono::duration_cast<std::chrono::nanoseconds>(*result); in onCustomCollection()
349 if (const auto& result = startCustomCollection(interval, maxDuration, filterPackages); in onCustomCollection()
447 std::chrono::nanoseconds interval, std::chrono::nanoseconds maxDuration, in startCustomCollection() argument
449 if (interval < kMinEventInterval || maxDuration < kMinEventInterval) { in startCustomCollection()
471 nsecs_t uptime = mHandlerLooper->now() + maxDuration.count(); in startCustomCollection()
DWatchdogPerfService.h243 std::chrono::nanoseconds interval, std::chrono::nanoseconds maxDuration,
/packages/apps/Camera2/src/com/android/camera/stats/profiler/
DGuardingProfile.java30 public GuardingProfile(Writer writer, Writer verbose, String name,int maxDuration) { in GuardingProfile() argument
34 mMaxMillis = maxDuration; in GuardingProfile()
/packages/apps/Launcher3/quickstep/src/com/android/launcher3/uioverrides/touchcontrollers/
DTaskViewTouchController.java226 long maxDuration = 2 * secondaryLayerDimension; in reInitAnimationController() local
236 true /* animateTaskView */, true /* removeTask */, maxDuration); in reInitAnimationController()
242 mTaskBeingDragged, maxDuration, currentInterpolator); in reInitAnimationController()