Home
last modified time | relevance | path

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

/hardware/google/graphics/common/libhwc2.1/libvrr/Statistics/
DVariableRefreshRateStatistic.cpp47 mStatistics[mDisplayPresentProfile] = DisplayPresentRecord(); in VariableRefreshRateStatistic()
52 const auto& item = mStatistics.find(mDisplayPresentProfile); in getPowerOffDurationNs()
88 mStatistics[mDisplayPresentProfile].mUpdated = true; in getUpdatedStatistics()
97 if (mDisplayPresentProfile.mCurrentDisplayConfig.mPowerMode != from) { in onPowerStateChange()
99 mDisplayPresentProfile.mCurrentDisplayConfig.mPowerMode, from); in onPowerStateChange()
107 mDisplayPresentProfile.mCurrentDisplayConfig.mPowerMode = HWC_POWER_MODE_OFF; in onPowerStateChange()
109 auto& record = mStatistics[mDisplayPresentProfile]; in onPowerStateChange()
119 mStatistics[mDisplayPresentProfile].mLastTimeStampInBootClockNs); in onPowerStateChange()
121 mDisplayPresentProfile.mCurrentDisplayConfig.mPowerMode = to; in onPowerStateChange()
123 mDisplayPresentProfile.mNumVsync = mTeFrequency; in onPowerStateChange()
[all …]
DVariableRefreshRateStatistic.h209 DisplayPresentProfile mDisplayPresentProfile; variable