Searched refs:ThermalHelper (Results 1 – 3 of 3) sorted by relevance
/hardware/google/pixel/thermal/ |
D | thermal-helper.h | 77 class ThermalHelper { 79 ThermalHelper(const NotificationCallback &cb); 80 ~ThermalHelper() = default; 92 ThermalHelper(const ThermalHelper &) = delete; 93 void operator=(const ThermalHelper &) = delete;
|
D | thermal-helper.cpp | 176 ThermalHelper::ThermalHelper(const NotificationCallback &cb) in ThermalHelper() function in android::hardware::thermal::V2_0::implementation::ThermalHelper 178 std::bind(&ThermalHelper::thermalWatcherCallbackFunc, this, std::placeholders::_1))), in ThermalHelper() 231 bool ThermalHelper::readCoolingDevice(std::string_view cooling_device, in readCoolingDevice() 250 bool ThermalHelper::readTemperature(std::string_view sensor_name, Temperature_1_0 *out) const { in readTemperature() 281 bool ThermalHelper::readTemperature( in readTemperature() 328 bool ThermalHelper::readTemperatureThreshold(std::string_view sensor_name, in readTemperatureThreshold() 349 std::pair<ThrottlingSeverity, ThrottlingSeverity> ThermalHelper::getSeverityFromThresholds( in getSeverityFromThresholds() 390 bool ThermalHelper::initializeSensorMap(const std::map<std::string, std::string> &path_map) { in initializeSensorMap() 409 bool ThermalHelper::initializeCoolingDevices(const std::map<std::string, std::string> &path_map) { in initializeCoolingDevices() 431 bool ThermalHelper::initializeTrip(const std::map<std::string, std::string> &path_map) { in initializeTrip() [all …]
|
D | Thermal.h | 84 ThermalHelper thermal_helper_;
|