Home
last modified time | relevance | path

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

/aosp12/frameworks/native/services/surfaceflinger/Scheduler/
H A DLayerInfo.cpp86 if (it->queueTime >= getActiveLayerThreshold(now)) { in isFrequent()
103 return mLastAnimationTime >= getActiveLayerThreshold(now); in isAnimating()
H A DLayerInfo.h42 constexpr nsecs_t getActiveLayerThreshold(nsecs_t now) { in getActiveLayerThreshold() function
H A DLayerHistory.cpp180 const nsecs_t threshold = getActiveLayerThreshold(now); in partitionLayers()