Home
last modified time | relevance | path

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

/hardware/google/pixel/thermal/
DThermal.cpp717 for (const auto &sensor_status_pair : sensor_status_map) { in dumpThermalData() local
718 if ((sensor_status_pair.second.thermal_cached.timestamp) == in dumpThermalData()
722 dump_buf << " Name: " << sensor_status_pair.first in dumpThermalData()
723 << " CachedValue: " << sensor_status_pair.second.thermal_cached.temp in dumpThermalData()
726 now - sensor_status_pair.second.thermal_cached.timestamp) in dumpThermalData()
733 for (const auto &sensor_status_pair : sensor_status_map) { in dumpThermalData() local
734 if (sensor_status_pair.second.override_status.emul_temp == nullptr) { in dumpThermalData()
737 dump_buf << " Name: " << sensor_status_pair.first << " EmulTemp: " in dumpThermalData()
738 << sensor_status_pair.second.override_status.emul_temp->temp in dumpThermalData()
740 << sensor_status_pair.second.override_status.emul_temp->severity in dumpThermalData()
[all …]