Home
last modified time | relevance | path

Searched defs:cluster (Results 1 – 4 of 4) sorted by relevance

/base/powermgr/thermal_manager/test/unittest/src/
Dthermal_config_sensor_cluster_test.cpp66 ThermalConfigSensorCluster cluster; variable
107 ThermalConfigSensorCluster cluster; variable
134 ThermalConfigSensorCluster cluster; variable
173 ThermalConfigSensorCluster cluster; variable
197 ThermalConfigSensorCluster cluster; variable
223 ThermalConfigSensorCluster cluster; variable
256 ThermalConfigSensorCluster cluster; variable
280 ThermalConfigSensorCluster cluster; variable
298 ThermalConfigSensorCluster cluster; variable
334 ThermalConfigSensorCluster cluster; variable
/base/powermgr/battery_statistics/services/native/src/
Dbattery_stats_parser.cpp54 uint16_t BatteryStatsParser::GetSpeedNum(uint16_t cluster) in GetSpeedNum()
Dcpu_time_reader.cpp83 int64_t CpuTimeReader::GetUidCpuClusterTimeMs(int32_t uid, uint32_t cluster) in GetUidCpuClusterTimeMs()
102 int64_t CpuTimeReader::GetUidCpuFreqTimeMs(int32_t uid, uint32_t cluster, uint32_t speed) in GetUidCpuFreqTimeMs()
/base/powermgr/thermal_manager/services/native/src/thermal_policy/
Dthermal_policy.cpp94 for (auto cluster = sensorClusterMap_.begin(); cluster != sensorClusterMap_.end(); cluster++) { in LevelDecision() local