Home
last modified time | relevance | path

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

/hardware/google/pixel/thermal/utils/
Dthermal_files.h42 bool readThermalFile(std::string_view thermal_name, std::string *data) const;
Dthermal_files.cpp43 bool ThermalFiles::readThermalFile(std::string_view thermal_name, std::string *data) const { in readThermalFile() function in android::hardware::thermal::V2_0::implementation::ThermalFiles
/hardware/google/pixel/thermal/
Dthermal-helper.cpp236 if (!cooling_devices_.readThermalFile(cooling_device, &data)) { in readCoolingDevice()
254 if (!thermal_sensors_.readThermalFile(sensor_name, &temp)) { in readTemperature()
287 if (!thermal_sensors_.readThermalFile(sensor_name, &temp)) { in readTemperature()