Searched refs:ThrottlingSeverity (Results 1 – 13 of 13) sorted by relevance
/hardware/google/camera/common/hal/hidl_service/ |
D | hidl_thermal_utils.cc | 151 const ThrottlingSeverity& hidl_throttling_severity, in ConvertToHalThrottlingSeverity() 152 google_camera_hal::ThrottlingSeverity* hal_throttling_severity) { in ConvertToHalThrottlingSeverity() 159 case ThrottlingSeverity::NONE: in ConvertToHalThrottlingSeverity() 160 *hal_throttling_severity = google_camera_hal::ThrottlingSeverity::kNone; in ConvertToHalThrottlingSeverity() 162 case ThrottlingSeverity::LIGHT: in ConvertToHalThrottlingSeverity() 163 *hal_throttling_severity = google_camera_hal::ThrottlingSeverity::kLight; in ConvertToHalThrottlingSeverity() 165 case ThrottlingSeverity::MODERATE: in ConvertToHalThrottlingSeverity() 167 google_camera_hal::ThrottlingSeverity::kModerate; in ConvertToHalThrottlingSeverity() 169 case ThrottlingSeverity::SEVERE: in ConvertToHalThrottlingSeverity() 170 *hal_throttling_severity = google_camera_hal::ThrottlingSeverity::kSevere; in ConvertToHalThrottlingSeverity() [all …]
|
D | hidl_thermal_utils.h | 36 using ::android::hardware::thermal::V2_0::ThrottlingSeverity; 63 const ThrottlingSeverity& hidl_throttling_severity, 64 google_camera_hal::ThrottlingSeverity* hal_throttling_severity);
|
/hardware/google/pixel/thermal/ |
D | thermal-helper.h | 70 using ::android::hardware::thermal::V2_0::ThrottlingSeverity; 80 ThrottlingSeverity severity; 81 ThrottlingSeverity prev_hot_severity; 82 ThrottlingSeverity prev_cold_severity; 83 ThrottlingSeverity prev_hint_severity; 97 bool isModeSupported(const std::string &type, const ThrottlingSeverity &t); 100 void setMode(const std::string &type, const ThrottlingSeverity &t, const bool &enable); 134 std::pair<ThrottlingSeverity, ThrottlingSeverity> *throtting_status = nullptr, 187 std::pair<ThrottlingSeverity, ThrottlingSeverity> getSeverityFromThresholds( 190 ThrottlingSeverity prev_hot_severity, ThrottlingSeverity prev_cold_severity, [all …]
|
/hardware/google/camera/common/hal/common/ |
D | thermal_types.h | 47 enum class ThrottlingSeverity : uint32_t { enum 63 ThrottlingSeverity throttling_status = ThrottlingSeverity::kNone;
|
/hardware/google/pixel/usb/include/pixelusb/ |
D | UsbOverheatEvent.h | 60 using ::android::hardware::thermal::V2_0::ThrottlingSeverity; 81 ThrottlingSeverity severity_; 82 ZoneInfo(const TemperatureType &type, const string &name, const ThrottlingSeverity &severity);
|
/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/google/pixel/thermal/utils/ |
D | config_parser.h | 33 using ::android::hardware::thermal::V2_0::ThrottlingSeverity; 35 hidl_enum_range<ThrottlingSeverity>().begin(), hidl_enum_range<ThrottlingSeverity>().end());
|
D | power_files.h | 85 const ThrottlingSeverity severity,
|
D | power_files.cpp | 316 const ThrottlingSeverity severity, in throttlingReleaseUpdate()
|
/hardware/interfaces/thermal/2.0/vts/functional/ |
D | VtsHalThermalV2_0TargetTest.cpp | 41 using ::android::hardware::thermal::V2_0::ThrottlingSeverity; 48 .throttlingStatus = ThrottlingSeverity::CRITICAL,
|
/hardware/google/camera/common/hal/google_camera_hal/ |
D | camera_device_session.cc | 608 case ThrottlingSeverity::kNone: in NotifyThrottling() 609 case ThrottlingSeverity::kLight: in NotifyThrottling() 610 case ThrottlingSeverity::kModerate: in NotifyThrottling() 614 case ThrottlingSeverity::kSevere: in NotifyThrottling() 615 case ThrottlingSeverity::kCritical: in NotifyThrottling() 616 case ThrottlingSeverity::kEmergency: in NotifyThrottling() 617 case ThrottlingSeverity::kShutdown: in NotifyThrottling()
|
/hardware/google/pixel/usb/ |
D | UsbOverheatEvent.cpp | 303 const ThrottlingSeverity &severity) in ZoneInfo()
|
/hardware/interfaces/thermal/2.0/default/ |
D | Thermal.cpp | 54 .throttlingStatus = ThrottlingSeverity::NONE,
|