Home
last modified time | relevance | path

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

/frameworks/native/services/surfaceflinger/Scheduler/
DLayerInfo.cpp131 if (mLastSmallDirtyCount >= HISTORY_SIZE) { in isFrequent()
134 mLastSmallDirtyCount++; in isFrequent()
137 mLastSmallDirtyCount = 0; in isFrequent()
360 mLastSmallDirtyCount = 0; in getRefreshRateVote()
DLayerInfo.h361 mutable int32_t mLastSmallDirtyCount = 0; variable