Home
last modified time | relevance | path

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

/aosp12/frameworks/native/services/surfaceflinger/TimeStats/timestatsproto/
H A DTimeStatsHelper.cpp183 for (const auto& [fps, duration] : refreshRateStatsLegacy) { in toString()
249 for (const auto& ele : refreshRateStatsLegacy) { in toProto()
/aosp12/frameworks/native/services/surfaceflinger/TimeStats/timestatsproto/include/timestatsproto/
H A DTimeStatsHelper.h189 std::unordered_map<uint32_t, nsecs_t> refreshRateStatsLegacy; variable
/aosp12/frameworks/native/services/surfaceflinger/TimeStats/
H A DTimeStats.cpp933 if (mTimeStats.refreshRateStatsLegacy.count(fps)) { in recordRefreshRate()
934 mTimeStats.refreshRateStatsLegacy[fps] += duration; in recordRefreshRate()
936 mTimeStats.refreshRateStatsLegacy.insert({fps, duration}); in recordRefreshRate()
1072 mTimeStats.refreshRateStatsLegacy.clear(); in clearGlobalLocked()