Home
last modified time | relevance | path

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

/aosp14/frameworks/base/libs/hwui/
H A DJankTracker.cpp269 void JankTracker::recomputeThresholds(int64_t frameBudget) REQUIRES(mDataMutex) { in recomputeThresholds() argument
270 if (mThresholdsFrameBudget == frameBudget) { in recomputeThresholds()
273 mThresholdsFrameBudget = frameBudget; in recomputeThresholds()
275 mThresholds[comparison.type] = comparison.computeThreadshold(frameBudget); in recomputeThresholds()