Searched refs:mDisplayPresentProfile (Results 1 – 2 of 2) sorted by relevance
47 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 …]
209 DisplayPresentProfile mDisplayPresentProfile; variable