Home
last modified time | relevance | path

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

/hardware/google/graphics/common/libhwc2.1/libvrr/Power/
DDisplayStateResidencyProvider.cpp144 const auto& displayPresentRecord = statistic.second; in aggregateStatistics() local
147 stateResidency.totalStateEntryCount = displayPresentRecord.mCount; in aggregateStatistics()
149 displayPresentRecord.mLastTimeStampInBootClockNs / MilliToNano; in aggregateStatistics()
150 stateResidency.totalTimeInStateMs = displayPresentRecord.mAccumulatedTimeNs / MilliToNano; in aggregateStatistics()
152 totalTimeNs += displayPresentRecord.mAccumulatedTimeNs; in aggregateStatistics()