Home
last modified time | relevance | path

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

/hardware/google/pixel/thermal/
Dthermal-helper.cpp254 if (!thermal_sensors_.readThermalFile(sensor_name, &temp)) { in readTemperature()
287 if (!thermal_sensors_.readThermalFile(sensor_name, &temp)) { in readTemperature()
399 if (!thermal_sensors_.addThermalFile(sensor_name, path)) { in initializeSensorMap()
403 if (sensor_info_map_.size() == thermal_sensors_.getNumThermalFiles()) { in initializeSensorMap()
Dthermal-helper.h123 ThermalFiles thermal_sensors_; variable