Home
last modified time | relevance | path

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

/frameworks/native/services/surfaceflinger/Scheduler/
DLayerInfo.cpp101 if (mLastUpdatedTime < getActiveLayerThreshold(now)) { in isFrequent()
162 if (it->queueTime >= getActiveLayerThreshold(now)) { in getFps()
178 return mLastAnimationTime >= getActiveLayerThreshold(now); in isAnimating()
DLayerInfo.h47 constexpr nsecs_t getActiveLayerThreshold(nsecs_t now) { in getActiveLayerThreshold() function
DLayerHistory.cpp242 const nsecs_t threshold = getActiveLayerThreshold(now); in partitionLayers()