Home
last modified time | relevance | path

Searched refs:cycle_cnt (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()
149 val.set<VendorAtomValue::intValue>(hist.cycle_cnt); in reportEvent()
Dpixelatoms.proto346 optional int32 cycle_cnt = 2; field
/hardware/google/pixel/pixelstats/include/pixelstats/
DBatteryEEPROMReporter.h53 uint16_t cycle_cnt; member