Searched refs:mThermalSocMode (Results 1 – 2 of 2) sorted by relevance
29 BatteryThermalControl::BatteryThermalControl(const std::string &path) : mThermalSocMode(path) { in BatteryThermalControl()39 if (android::base::WriteStringToFile(action, mThermalSocMode)) { in setThermalMode()42 LOG(ERROR) << "Error Write: \"" << action << "\" to " << mThermalSocMode in setThermalMode()
49 const std::string mThermalSocMode; variable