Home
last modified time | relevance | path

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

/hardware/google/pixel/thermal/utils/
Dthermal_files.h37 bool addThermalFile(std::string_view thermal_name, std::string_view path);
Dthermal_files.cpp46 bool ThermalFiles::addThermalFile(std::string_view thermal_name, std::string_view path) { in addThermalFile() function in aidl::android::hardware::thermal::implementation::ThermalFiles
/hardware/google/pixel/thermal/
Dthermal-helper.cpp722 if (!thermal_sensors_.addThermalFile(sensor_name, path)) { in initializeSensorMap()
747 if (!cooling_devices_.addThermalFile(cooling_device_name, read_path)) { in initializeCoolingDevices()
809 if (!cooling_devices_.addThermalFile(cooling_device_name, write_path)) { in initializeCoolingDevices()