Lines Matching refs:mRemappedStatistics
88 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()
133 for (auto& statistic : mRemappedStatistics) { in aggregateStatistics()