Home
last modified time | relevance | path

Searched refs:esr (Results 1 – 3 of 3) sorted by relevance

/hardware/google/pixel/pixelstats/
DBatteryEEPROMReporter.cpp76 &hist.cycle_cnt, &hist.full_cap, &hist.esr, in checkAndReport()
109 checksum = hist.cycle_cnt + hist.full_cap + hist.esr + hist.rslow in checkLogEvent()
141 hist.cycle_cnt, hist.full_cap, hist.esr, hist.rslow, hist.soh, hist.batt_temp, in reportEvent()
153 val.set<VendorAtomValue::intValue>(hist.esr); in reportEvent()
Dpixelatoms.proto350 optional int32 esr = 4; field
/hardware/google/pixel/pixelstats/include/pixelstats/
DBatteryEEPROMReporter.h57 uint16_t esr; member