Searched refs:ThrottlingSeverity (Results 1 – 6 of 6) sorted by relevance
/hardware/google/pixel/thermal/ |
D | thermal-helper.cpp | 188 .severity = ThrottlingSeverity::NONE, in ThermalHelper() 189 .prev_hot_severity = ThrottlingSeverity::NONE, in ThermalHelper() 190 .prev_cold_severity = ThrottlingSeverity::NONE, in ThermalHelper() 273 sensor_info.hot_thresholds[static_cast<size_t>(ThrottlingSeverity::SEVERE)]; in readTemperature() 275 sensor_info.hot_thresholds[static_cast<size_t>(ThrottlingSeverity::SHUTDOWN)]; in readTemperature() 283 std::pair<ThrottlingSeverity, ThrottlingSeverity> *throtting_status) const { in readTemperature() argument 302 std::pair<ThrottlingSeverity, ThrottlingSeverity> status = in readTemperature() 303 std::make_pair(ThrottlingSeverity::NONE, ThrottlingSeverity::NONE); in readTemperature() 306 ThrottlingSeverity prev_hot_severity, prev_cold_severity; in readTemperature() 349 std::pair<ThrottlingSeverity, ThrottlingSeverity> ThermalHelper::getSeverityFromThresholds( in getSeverityFromThresholds() [all …]
|
D | thermal-helper.h | 66 using ::android::hardware::thermal::V2_0::ThrottlingSeverity; 72 ThrottlingSeverity severity; 73 ThrottlingSeverity prev_hot_severity; 74 ThrottlingSeverity prev_cold_severity; 101 std::pair<ThrottlingSeverity, ThrottlingSeverity> *throtting_status = nullptr) const; 116 std::pair<ThrottlingSeverity, ThrottlingSeverity> getSeverityFromThresholds( 119 ThrottlingSeverity prev_hot_severity, ThrottlingSeverity prev_cold_severity,
|
/hardware/google/pixel/thermal/utils/ |
D | config_parser.h | 34 using ::android::hardware::thermal::V2_0::ThrottlingSeverity; 36 hidl_enum_range<ThrottlingSeverity>().begin(), hidl_enum_range<ThrottlingSeverity>().end());
|
/hardware/interfaces/thermal/2.0/ |
D | types.hal | 48 enum ThrottlingSeverity : uint32_t { 102 * level defined in ThrottlingSeverity including shutdown. Throttling 106 float[ThrottlingSeverity#len] hotThrottlingThresholds; 110 * level defined in ThrottlingSeverity including shutdown. Throttling 114 float[ThrottlingSeverity#len] coldThrottlingThresholds; 149 ThrottlingSeverity throttlingStatus;
|
/hardware/interfaces/thermal/2.0/vts/functional/ |
D | VtsHalThermalV2_0TargetTest.cpp | 39 using ::android::hardware::thermal::V2_0::ThrottlingSeverity; 46 .throttlingStatus = ThrottlingSeverity::CRITICAL,
|
/hardware/interfaces/thermal/2.0/default/ |
D | Thermal.cpp | 54 .throttlingStatus = ThrottlingSeverity::NONE,
|