Home
last modified time | relevance | path

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

/hardware/google/pixel/thermal/
Dthermal-helper.cpp96 void ThermalHelperImpl::dumpTraces(std::string_view sensor_name) { in dumpTraces()
124 void ThermalHelperImpl::maxCoolingRequestCheck( in maxCoolingRequestCheck()
145 ThermalHelperImpl::ThermalHelperImpl(const NotificationCallback &cb) in ThermalHelperImpl() function in aidl::android::hardware::thermal::implementation::ThermalHelperImpl
146 : thermal_watcher_(new ThermalWatcher(std::bind(&ThermalHelperImpl::thermalWatcherCallbackFunc, in ThermalHelperImpl()
377 void ThermalHelperImpl::checkUpdateSensorForEmul(std::string_view target_sensor, in checkUpdateSensorForEmul()
399 bool ThermalHelperImpl::emulTemp(std::string_view target_sensor, const float temp, in emulTemp()
424 bool ThermalHelperImpl::emulSeverity(std::string_view target_sensor, const int severity, in emulSeverity()
458 bool ThermalHelperImpl::emulClear(std::string_view target_sensor) { in emulClear()
482 bool ThermalHelperImpl::readCoolingDevice(std::string_view cooling_device, in readCoolingDevice()
502 bool ThermalHelperImpl::readTemperature( in readTemperature()
[all …]
Dthermal-helper.h119 class ThermalHelperImpl : public ThermalHelper {
121 explicit ThermalHelperImpl(const NotificationCallback &cb);
122 ~ThermalHelperImpl() override = default;
138 ThermalHelperImpl(const ThermalHelperImpl &) = delete;
139 void operator=(const ThermalHelperImpl &) = delete;
DThermal.cpp54 thermal_helper_ = std::make_shared<ThermalHelperImpl>( in Thermal()