Home
last modified time | relevance | path

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

/hardware/google/pixel/pixelstats/
DBatteryEEPROMReporter.cpp77 &hist.rslow, &hist.batt_temp, &hist.soh, 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()
155 val.set<VendorAtomValue::intValue>(hist.rslow); in reportEvent()
Dpixelatoms.proto352 optional int32 rslow = 5; field
/hardware/google/pixel/pixelstats/include/pixelstats/
DBatteryEEPROMReporter.h59 uint16_t rslow; member