Home
last modified time | relevance | path

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

/aosp12/hardware/google/pixel/health/
H A DBatteryThermalControl.cpp26 BatteryThermalControl::BatteryThermalControl(const std::string &path) : mThermalSocMode(path) { in BatteryThermalControl()
36 if (android::base::WriteStringToFile(action, mThermalSocMode)) { in setThermalMode()
39 LOG(ERROR) << "Error Write: \"" << action << "\" to " << mThermalSocMode in setThermalMode()
/aosp12/hardware/google/pixel/health/include/pixelhealth/
H A DBatteryThermalControl.h46 const std::string mThermalSocMode; variable