• Home
  • Raw
  • Download

Lines Matching refs:ThermalHelper

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()
484 bool ThermalHelper::fillTemperatures(hidl_vec<Temperature_1_0> *temperatures) const { in fillTemperatures()
502 bool ThermalHelper::fillCurrentTemperatures(bool filterType, TemperatureType_2_0 type, in fillCurrentTemperatures()
522 bool ThermalHelper::fillTemperatureThresholds(bool filterType, TemperatureType_2_0 type, in fillTemperatureThresholds()
542 bool ThermalHelper::fillCurrentCoolingDevices(bool filterType, CoolingType type, in fillCurrentCoolingDevices()
561 bool ThermalHelper::fillCpuUsages(hidl_vec<CpuUsage> *cpu_usages) const { in fillCpuUsages()
569 bool ThermalHelper::thermalWatcherCallbackFunc(const std::set<std::string> &uevent_sensors) { in thermalWatcherCallbackFunc()