Home
last modified time | relevance | path

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

/hardware/google/graphics/common/libhwc2.1/libvrr/Statistics/
DVariableRefreshRateStatistic.h117 this->mAccumulatedTimeNs += other.mAccumulatedTimeNs;
126 os << ", AccumulatedTimeNs = " << mAccumulatedTimeNs / 1000000; in toString()
131 uint64_t mAccumulatedTimeNs = 0; member
DVariableRefreshRateStatistic.cpp81 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()
/hardware/google/graphics/common/libhwc2.1/libvrr/Power/
DDisplayStateResidencyProvider.cpp123 mRemappedStatistics[key].mAccumulatedTimeNs += value.mAccumulatedTimeNs; in mapStatistics()
150 stateResidency.totalTimeInStateMs = displayPresentRecord.mAccumulatedTimeNs / MilliToNano; in aggregateStatistics()
152 totalTimeNs += displayPresentRecord.mAccumulatedTimeNs; in aggregateStatistics()