Home
last modified time | relevance | path

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

/hardware/google/graphics/common/libhwc2.1/libvrr/Power/
DDisplayStateResidencyProvider.cpp88 mRemappedStatistics.clear(); in mapStatistics()
99 mRemappedStatistics[powerStatsPresentProfile] += item.second; in mapStatistics()
100 mRemappedStatistics[powerStatsPresentProfile].mUpdated = true; in mapStatistics()
114 mRemappedStatistics[powerStatsPresentProfile] += item.second; in mapStatistics()
115 mRemappedStatistics[powerStatsPresentProfile].mUpdated = true; in mapStatistics()
121 mRemappedStatistics[key].mUpdated = true; in mapStatistics()
122 mRemappedStatistics[key].mCount += value.mCount; in mapStatistics()
123 mRemappedStatistics[key].mAccumulatedTimeNs += value.mAccumulatedTimeNs; in mapStatistics()
124 mRemappedStatistics[key].mLastTimeStampInBootClockNs = in mapStatistics()
125 std::max(mRemappedStatistics[key].mLastTimeStampInBootClockNs, in mapStatistics()
[all …]
DDisplayStateResidencyProvider.h78 PowerStatsPresentStatistics mRemappedStatistics; variable