Searched refs:mPowerStatsPresentProfileToIdMap (Results 1 – 2 of 2) sorted by relevance
137 auto it = mPowerStatsPresentProfileToIdMap.find(statistic.first); in aggregateStatistics()138 if (it == mPowerStatsPresentProfileToIdMap.end()) { in aggregateStatistics()240 mPowerStatsPresentProfileToIdMap[state.second] = id; in generatePowerStatsStates()
84 std::map<PowerStatsPresentProfile, int> mPowerStatsPresentProfileToIdMap; variable