Searched refs:maxDuration (Results 1 – 7 of 7) sorted by relevance
/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/modules/AdServices/adservices/framework/java/android/adservices/exceptions/ |
D | RetryableAdServicesNetworkException.java | 73 public void setRetryAfterToValidDuration(long defaultDuration, long maxDuration) { in setRetryAfterToValidDuration() argument 77 Math.min(Math.max(mRetryAfter.toMillis(), defaultDuration), maxDuration)); in setRetryAfterToValidDuration()
|
/packages/apps/Launcher3/quickstep/src/com/android/launcher3/uioverrides/touchcontrollers/ |
D | TaskViewTouchController.java | 234 long maxDuration = 2 * secondaryLayerDimension; in reInitAnimationController() local 243 pa = new PendingAnimation(maxDuration); in reInitAnimationController() 245 true /* animateTaskView */, true /* removeTask */, maxDuration, in reInitAnimationController() 252 mTaskBeingDragged, maxDuration, currentInterpolator); in reInitAnimationController()
|
/packages/services/Car/cpp/evs/manager/1.1/stats/ |
D | StatsCollector.cpp | 247 std::chrono::nanoseconds maxDuration) { in startCustomCollection() argument 250 if (interval < kMinCollectionInterval || maxDuration < kMinCollectionInterval) { in startCustomCollection() 256 if (maxDuration > kCustomCollectionMaxDuration) { in startCustomCollection() 290 nsecs_t uptime = mLooper->now() + maxDuration.count(); in startCustomCollection()
|
/packages/services/Car/cpp/evs/manager/aidl/stats/src/ |
D | StatsCollector.cpp | 250 std::chrono::nanoseconds maxDuration) { in startCustomCollection() argument 251 if (interval < kMinCollectionInterval || maxDuration < kMinCollectionInterval) { in startCustomCollection() 259 if (maxDuration > kCustomCollectionMaxDuration) { in startCustomCollection() 294 nsecs_t uptime = mLooper->now() + maxDuration.count(); in startCustomCollection()
|
/packages/services/Car/cpp/watchdog/server/src/ |
D | WatchdogPerfService.cpp | 510 std::chrono::nanoseconds maxDuration = kCustomCollectionDuration; in onCustomCollection() local 529 maxDuration = std::chrono::duration_cast<std::chrono::nanoseconds>(*result); in onCustomCollection() 547 if (const auto& result = startCustomCollection(interval, maxDuration, filterPackages); in onCustomCollection() 676 std::chrono::nanoseconds interval, std::chrono::nanoseconds maxDuration, in startCustomCollection() argument 678 if (interval < kMinEventInterval || maxDuration < kMinEventInterval) { in startCustomCollection() 698 mHandlerLooper->sendMessageAtTime(now + maxDuration.count(), thiz, in startCustomCollection()
|
D | WatchdogPerfService.h | 353 std::chrono::nanoseconds interval, std::chrono::nanoseconds maxDuration,
|