Home
last modified time | relevance | path

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

/hardware/google/pixel/health/
DBatteryDefender.cpp126 void BatteryDefender::writeChargeLevelsToFile(const int vendorStart, const int vendorStop) { in writeChargeLevelsToFile() argument
128 int chargeLevelStop = vendorStop; in writeChargeLevelsToFile()
176 bool BatteryDefender::isBatteryDefenderDisabled(const int vendorStart, const int vendorStop) { in isBatteryDefenderDisabled() argument
177 const bool isDefaultVendorChargeLevel = isDefaultChargeLevel(vendorStart, vendorStop); in isBatteryDefenderDisabled()
/hardware/google/pixel/health/include/pixelhealth/
DBatteryDefender.h166 void writeChargeLevelsToFile(const int vendorStart, const int vendorStop);
169 bool isBatteryDefenderDisabled(const int vendorStart, const int vendorStop);