Home
last modified time | relevance | path

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

/hardware/google/camera/common/hal/hidl_service/
Dhidl_thermal_utils.cc195 google_camera_hal::Temperature* hal_temperature) { in ConvertToHalTemperature() argument
196 if (hal_temperature == nullptr) { in ConvertToHalTemperature()
202 &hal_temperature->type); in ConvertToHalTemperature()
209 hal_temperature->name = hidl_temperature.name; in ConvertToHalTemperature()
210 hal_temperature->value = hidl_temperature.value; in ConvertToHalTemperature()
213 &hal_temperature->throttling_status); in ConvertToHalTemperature()
225 google_camera_hal::Temperature hal_temperature; in notifyThrottling() local
226 status_t res = ConvertToHalTemperature(temperature, &hal_temperature); in notifyThrottling()
233 kNotifyThrottling(hal_temperature); in notifyThrottling()
Dhidl_thermal_utils.h68 google_camera_hal::Temperature* hal_temperature);