Home
last modified time | relevance | path

Searched refs:ThrottlingSeverity (Results 1 – 13 of 13) sorted by relevance

/hardware/google/camera/common/hal/hidl_service/
Dhidl_thermal_utils.cc151 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 …]
Dhidl_thermal_utils.h36 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/
Dthermal-helper.h70 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/
Dthermal_types.h47 enum class ThrottlingSeverity : uint32_t { enum
63 ThrottlingSeverity throttling_status = ThrottlingSeverity::kNone;
/hardware/google/pixel/usb/include/pixelusb/
DUsbOverheatEvent.h60 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/
Dtypes.hal48 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/
Dconfig_parser.h33 using ::android::hardware::thermal::V2_0::ThrottlingSeverity;
35 hidl_enum_range<ThrottlingSeverity>().begin(), hidl_enum_range<ThrottlingSeverity>().end());
Dpower_files.h85 const ThrottlingSeverity severity,
Dpower_files.cpp316 const ThrottlingSeverity severity, in throttlingReleaseUpdate()
/hardware/interfaces/thermal/2.0/vts/functional/
DVtsHalThermalV2_0TargetTest.cpp41 using ::android::hardware::thermal::V2_0::ThrottlingSeverity;
48 .throttlingStatus = ThrottlingSeverity::CRITICAL,
/hardware/google/camera/common/hal/google_camera_hal/
Dcamera_device_session.cc608 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/
DUsbOverheatEvent.cpp303 const ThrottlingSeverity &severity) in ZoneInfo()
/hardware/interfaces/thermal/2.0/default/
DThermal.cpp54 .throttlingStatus = ThrottlingSeverity::NONE,