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