Searched refs:maxDuration (Results 1 – 5 of 5) sorted by relevance
/packages/services/Car/cpp/evs/manager/1.1/stats/ |
D | StatsCollector.cpp | 265 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/ |
D | WatchdogPerfService.cpp | 309 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()
|
D | WatchdogPerfService.h | 243 std::chrono::nanoseconds interval, std::chrono::nanoseconds maxDuration,
|
/packages/apps/Camera2/src/com/android/camera/stats/profiler/ |
D | GuardingProfile.java | 30 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/ |
D | TaskViewTouchController.java | 226 long maxDuration = 2 * secondaryLayerDimension; in reInitAnimationController() local 236 true /* animateTaskView */, true /* removeTask */, maxDuration); in reInitAnimationController() 242 mTaskBeingDragged, maxDuration, currentInterpolator); in reInitAnimationController()
|