Home
last modified time | relevance | path

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

/hardware/google/pixel/health/
DBatteryThermalControl.cpp24 BatteryThermalControl::BatteryThermalControl(const std::string &path) : mThermalSocMode(path) { in BatteryThermalControl()
34 if (android::base::WriteStringToFile(action, mThermalSocMode)) { in setThermalMode()
37 LOG(ERROR) << "Error Write: \"" << action << "\" to " << mThermalSocMode in setThermalMode()
/hardware/google/pixel/health/include/pixelhealth/
DBatteryThermalControl.h45 const std::string mThermalSocMode; variable