Home
last modified time | relevance | path

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

/frameworks/native/services/surfaceflinger/TimeStats/timestatsproto/include/timestatsproto/
DTimeStatsHelper.h73 std::unordered_map<uint32_t, nsecs_t> refreshRateStats; variable
/frameworks/native/services/surfaceflinger/TimeStats/timestatsproto/
DTimeStatsHelper.cpp114 for (const auto& [fps, duration] : refreshRateStats) { in toString()
166 for (const auto& ele : refreshRateStats) { in toProto()
/frameworks/native/services/surfaceflinger/TimeStats/
DTimeStats.cpp725 if (mTimeStats.refreshRateStats.count(fps)) { in recordRefreshRate()
726 mTimeStats.refreshRateStats[fps] += duration; in recordRefreshRate()
728 mTimeStats.refreshRateStats.insert({fps, duration}); in recordRefreshRate()
863 mTimeStats.refreshRateStats.clear(); in clearGlobalLocked()