Lines Matching refs:temperature
133 float temperature = 0; in monitorThread() local
138 &temperature)) { in monitorThread()
141 max(temperature, overheatEvent->max_overheat_temp_); in monitorThread()
144 status.append(std::to_string(temperature)); in monitorThread()
253 for (auto temperature : thermal_temperatures) { in getCurrentTemperature() local
254 if (temperature.name == name) { in getCurrentTemperature()
255 *temp = temperature.value; in getCurrentTemperature()
289 Return<void> UsbOverheatEvent::notifyThrottling(const Temperature &temperature) { in notifyThrottling() argument
290 ALOGV("notifyThrottling '%s' T=%2.2f throttlingStatus=%d", temperature.name.c_str(), in notifyThrottling()
291 temperature.value, temperature.throttlingStatus); in notifyThrottling()
292 if (temperature.type == monitored_zone_.type_) { in notifyThrottling()
293 if (temperature.throttlingStatus >= monitored_zone_.severity_) { in notifyThrottling()