Searched refs:mRemappedStatistics (Results 1 – 2 of 2) sorted by relevance
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()[all …]
78 PowerStatsPresentStatistics mRemappedStatistics; variable