Home
last modified time | relevance | path

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

/hardware/google/graphics/common/libhwc2.1/libvrr/Power/
DDisplayStateResidencyProvider.cpp137 auto it = mPowerStatsPresentProfileToIdMap.find(statistic.first); in aggregateStatistics()
138 if (it == mPowerStatsPresentProfileToIdMap.end()) { in aggregateStatistics()
240 mPowerStatsPresentProfileToIdMap[state.second] = id; in generatePowerStatsStates()
DDisplayStateResidencyProvider.h84 std::map<PowerStatsPresentProfile, int> mPowerStatsPresentProfileToIdMap; variable