Lines Matching refs:profile

67     const std::string profile = ::android::base::GetProperty(  in parseProfileProperty()  local
70 if (profile.empty() || sensor_info.throttling_info->profile_map.count(profile)) { in parseProfileProperty()
71 if (profile != thermal_throttling_status_map_[sensor_name.data()].profile) { in parseProfileProperty()
73 << ((profile.empty()) ? "default" : profile); in parseProfileProperty()
74 thermal_throttling_status_map_[sensor_name.data()].profile = profile; in parseProfileProperty()
77 LOG(ERROR) << sensor_name.data() << ": set profile to default because " << profile in parseProfileProperty()
79 thermal_throttling_status_map_[sensor_name.data()].profile = ""; in parseProfileProperty()
138 thermal_throttling_status_map_[sensor_name.data()].profile = ""; in registerThermalThrottling()
376 const auto &profile = thermal_throttling_status_map_[temp.name].profile; in allocatePowerToCdev() local
390 (sensor_info.throttling_info->profile_map.count(profile) in allocatePowerToCdev()
391 ? sensor_info.throttling_info->profile_map.at(profile) in allocatePowerToCdev()
406 (sensor_info.throttling_info->profile_map.count(profile) in allocatePowerToCdev()
407 ? sensor_info.throttling_info->profile_map.at(profile) in allocatePowerToCdev()
614 const auto &profile = thermal_throttling_status_map_[sensor_name.data()].profile; in updateCdevRequestBySeverity() local
617 (sensor_info.throttling_info->profile_map.count(profile) in updateCdevRequestBySeverity()
618 ? sensor_info.throttling_info->profile_map.at(profile) in updateCdevRequestBySeverity()
786 const auto &profile = thermal_throttling_status_map_[sensor_name.data()].profile; in computeCoolingDevicesRequest() local
788 sensor_info.throttling_info->profile_map.count(profile) in computeCoolingDevicesRequest()
789 ? sensor_info.throttling_info->profile_map.at(profile) in computeCoolingDevicesRequest()