Home
last modified time | relevance | path

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

/hardware/google/graphics/common/libhwc2.1/libvrr/Power/
DDisplayStateResidencyProvider.cpp95 PowerStatsPresentProfile powerStatsPresentProfile; in mapStatistics() local
98 powerStatsPresentProfile.mFps = -1; in mapStatistics()
99 mRemappedStatistics[powerStatsPresentProfile] += item.second; in mapStatistics()
100 mRemappedStatistics[powerStatsPresentProfile].mUpdated = true; in mapStatistics()
104 powerStatsPresentProfile.mWidth = mDisplayContextProvider->getWidth(configId); in mapStatistics()
105 powerStatsPresentProfile.mHeight = mDisplayContextProvider->getHeight(configId); in mapStatistics()
106 powerStatsPresentProfile.mPowerMode = in mapStatistics()
108 powerStatsPresentProfile.mBrightnessMode = in mapStatistics()
113 powerStatsPresentProfile.mFps = fps.round(); in mapStatistics()
114 mRemappedStatistics[powerStatsPresentProfile] += item.second; in mapStatistics()
[all …]
DPowerStatsPresentProfileTokenGenerator.h84 void setPowerStatsPresentProfile(const PowerStatsPresentProfile* powerStatsPresentProfile) { in setPowerStatsPresentProfile() argument
85 mPowerStatsProfile = powerStatsPresentProfile; in setPowerStatsPresentProfile()