Searched refs:vendorStop (Results 1 – 2 of 2) sorted by relevance
180 void writeChargeLevelsToFile(const int vendorStart, const int vendorStop);186 bool isBatteryDefenderDisabled(const int vendorStart, const int vendorStop);
135 void BatteryDefender::writeChargeLevelsToFile(const int vendorStart, const int vendorStop) { in writeChargeLevelsToFile() argument137 int chargeLevelStop = vendorStop; in writeChargeLevelsToFile()232 bool BatteryDefender::isBatteryDefenderDisabled(const int vendorStart, const int vendorStop) { in isBatteryDefenderDisabled() argument233 const bool isDefaultVendorChargeLevel = isDefaultChargeLevel(vendorStart, vendorStop); in isBatteryDefenderDisabled()