Home
last modified time | relevance | path

Searched refs:full_cap (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()
151 val.set<VendorAtomValue::intValue>(hist.full_cap); in reportEvent()
Dpixelatoms.proto348 optional int32 full_cap = 3; field
/hardware/google/pixel/pixelstats/include/pixelstats/
DBatteryEEPROMReporter.h55 uint16_t full_cap; member