Searched refs:powerStatsPresentProfile (Results 1 – 2 of 2) sorted by relevance
95 PowerStatsPresentProfile powerStatsPresentProfile; in mapStatistics() local98 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 …]
84 void setPowerStatsPresentProfile(const PowerStatsPresentProfile* powerStatsPresentProfile) { in setPowerStatsPresentProfile() argument85 mPowerStatsProfile = powerStatsPresentProfile; in setPowerStatsPresentProfile()