Searched refs:mAccumulatedTimeNs (Results 1 – 3 of 3) sorted by relevance
117 this->mAccumulatedTimeNs += other.mAccumulatedTimeNs;126 os << ", AccumulatedTimeNs = " << mAccumulatedTimeNs / 1000000; in toString()131 uint64_t mAccumulatedTimeNs = 0; member
81 it.second.mAccumulatedTimeNs = getPowerOffDurationNs(); in getUpdatedStatistics()159 record.mAccumulatedTimeNs += (mTeIntervalNs * mDisplayPresentProfile.mNumVsync); in onPresent()236 record.mAccumulatedTimeNs += durationFromLastPresentNs; in updateIdleStats()255 record.mAccumulatedTimeNs += alignedDurationNs; in updateIdleStats()
123 mRemappedStatistics[key].mAccumulatedTimeNs += value.mAccumulatedTimeNs; in mapStatistics()150 stateResidency.totalTimeInStateMs = displayPresentRecord.mAccumulatedTimeNs / MilliToNano; in aggregateStatistics()152 totalTimeNs += displayPresentRecord.mAccumulatedTimeNs; in aggregateStatistics()