Home
last modified time | relevance | path

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

/hardware/google/camera/common/hal/hidl_service/
Dhidl_thermal_utils.cc152 google_camera_hal::ThrottlingSeverity* hal_throttling_severity) { in ConvertToHalThrottlingSeverity() argument
153 if (hal_throttling_severity == nullptr) { in ConvertToHalThrottlingSeverity()
160 *hal_throttling_severity = google_camera_hal::ThrottlingSeverity::kNone; in ConvertToHalThrottlingSeverity()
163 *hal_throttling_severity = google_camera_hal::ThrottlingSeverity::kLight; in ConvertToHalThrottlingSeverity()
166 *hal_throttling_severity = in ConvertToHalThrottlingSeverity()
170 *hal_throttling_severity = google_camera_hal::ThrottlingSeverity::kSevere; in ConvertToHalThrottlingSeverity()
173 *hal_throttling_severity = in ConvertToHalThrottlingSeverity()
177 *hal_throttling_severity = in ConvertToHalThrottlingSeverity()
181 *hal_throttling_severity = in ConvertToHalThrottlingSeverity()
Dhidl_thermal_utils.h64 google_camera_hal::ThrottlingSeverity* hal_throttling_severity);