Searched refs:hal_temperature (Results 1 – 2 of 2) sorted by relevance
195 google_camera_hal::Temperature* hal_temperature) { in ConvertToHalTemperature() argument196 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() local226 status_t res = ConvertToHalTemperature(temperature, &hal_temperature); in notifyThrottling()233 kNotifyThrottling(hal_temperature); in notifyThrottling()
68 google_camera_hal::Temperature* hal_temperature);