Home
last modified time | relevance | path

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

/hardware/google/pixel/thermal/
Dthermal-helper.cpp206 cooling_devices_.getThermalFilePath(std::string_view(cdev.first)); in ThermalHelper()
236 if (!cooling_devices_.readThermalFile(cooling_device, &data)) { in readCoolingDevice()
419 if (!cooling_devices_.addThermalFile(cooling_device_name, path)) { in initializeCoolingDevices()
425 if (cooling_device_info_map_.size() == cooling_devices_.getNumThermalFiles()) { in initializeCoolingDevices()
Dthermal-helper.h124 ThermalFiles cooling_devices_; variable