Home
last modified time | relevance | path

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

/hardware/google/pixel/thermal/
DThermal.cpp708 for (const auto &sensor_status_pair : sensor_status_map) { in dumpThermalData() local
709 if ((sensor_status_pair.second.thermal_cached.timestamp) == in dumpThermalData()
713 dump_buf << " Name: " << sensor_status_pair.first in dumpThermalData()
714 << " CachedValue: " << sensor_status_pair.second.thermal_cached.temp in dumpThermalData()
717 now - sensor_status_pair.second.thermal_cached.timestamp) in dumpThermalData()
724 for (const auto &sensor_status_pair : sensor_status_map) { in dumpThermalData() local
725 if (sensor_status_pair.second.override_status.emul_temp == nullptr) { in dumpThermalData()
728 dump_buf << " Name: " << sensor_status_pair.first << " EmulTemp: " in dumpThermalData()
729 << sensor_status_pair.second.override_status.emul_temp->temp in dumpThermalData()
731 << sensor_status_pair.second.override_status.emul_temp->severity in dumpThermalData()
[all …]