Home
last modified time | relevance | path

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

/hardware/google/pixel/pixelstats/
DBatteryEEPROMReporter.cpp78 &hist.cc_soc, &hist.cutoff_soc, &hist.msoc, in checkAndReport()
110 + hist.soh + hist.batt_temp + hist.cutoff_soc + hist.cc_soc in checkLogEvent()
142 hist.cutoff_soc, hist.cc_soc, hist.sys_soc, hist.msoc, hist.batt_soc, hist.reserve, in reportEvent()
163 val.set<VendorAtomValue::intValue>(hist.cc_soc); in reportEvent()
Dpixelatoms.proto361 optional int32 cc_soc = 9; field
368 /* Estimated SOC derived from cc_soc that provides voltage loop feedback correction using
/hardware/google/pixel/pixelstats/include/pixelstats/
DBatteryEEPROMReporter.h67 uint8_t cc_soc; member