Home
last modified time | relevance | path

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

/hardware/google/pixel/thermal/
Dthermal-helper.cpp487 if (!cooling_devices_.readThermalFile(cooling_device, &data)) { in readCoolingDevice()
599 if (cooling_devices_.writeCdevFile(target_cdev, std::to_string(max_state))) { in updateCoolingDevices()
675 cooling_devices_.writeCdevFile(cdev_info_pair.first, "0"); in clearAllThrottling()
747 if (!cooling_devices_.addThermalFile(cooling_device_name, read_path)) { in initializeCoolingDevices()
809 if (!cooling_devices_.addThermalFile(cooling_device_name, write_path)) { in initializeCoolingDevices()
Dthermal-helper.h235 ThermalFiles cooling_devices_; variable