Home
last modified time | relevance | path

Searched refs:hal_throttling_severity (Results 1 – 2 of 2) sorted by relevance

/hardware/google/camera/common/hal/aidl_service/
Daidl_thermal_utils.cc144 google_camera_hal::ThrottlingSeverity* hal_throttling_severity) { in ConvertToHalThrottlingSeverity() argument
145 if (hal_throttling_severity == nullptr) { in ConvertToHalThrottlingSeverity()
152 *hal_throttling_severity = google_camera_hal::ThrottlingSeverity::kNone; in ConvertToHalThrottlingSeverity()
155 *hal_throttling_severity = google_camera_hal::ThrottlingSeverity::kLight; in ConvertToHalThrottlingSeverity()
158 *hal_throttling_severity = in ConvertToHalThrottlingSeverity()
162 *hal_throttling_severity = google_camera_hal::ThrottlingSeverity::kSevere; in ConvertToHalThrottlingSeverity()
165 *hal_throttling_severity = in ConvertToHalThrottlingSeverity()
169 *hal_throttling_severity = in ConvertToHalThrottlingSeverity()
173 *hal_throttling_severity = in ConvertToHalThrottlingSeverity()
Daidl_thermal_utils.h55 google_camera_hal::ThrottlingSeverity* hal_throttling_severity);