Home
last modified time | relevance | path

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

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