Home
last modified time | relevance | path

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

/frameworks/native/services/surfaceflinger/TimeStats/timestatsproto/
DTimeStatsHelper.cpp107 for (const auto& [fps, duration] : refreshRateStats) { in toString()
149 for (const auto& ele : refreshRateStats) { in toProto()
/frameworks/native/services/surfaceflinger/TimeStats/timestatsproto/include/timestatsproto/
DTimeStatsHelper.h65 std::unordered_map<uint32_t, nsecs_t> refreshRateStats; variable
/frameworks/native/services/surfaceflinger/TimeStats/
DTimeStats.cpp486 if (mTimeStats.refreshRateStats.count(fps)) { in recordRefreshRate()
487 mTimeStats.refreshRateStats[fps] += duration; in recordRefreshRate()
489 mTimeStats.refreshRateStats.insert({fps, duration}); in recordRefreshRate()
590 mTimeStats.refreshRateStats.clear(); in clear()