Searched refs:mThermalSocMode (Results 1 – 2 of 2) sorted by relevance
26 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()
46 const std::string mThermalSocMode; variable