Home
last modified time | relevance | path

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

/hardware/google/pixel/pixelstats/
DBatteryEEPROMReporter.cpp79 &hist.sys_soc, &hist.reserve, &hist.batt_soc, in checkAndReport()
111 + hist.sys_soc + hist.msoc + hist.batt_soc + hist.reserve in checkLogEvent()
142 hist.cutoff_soc, hist.cc_soc, hist.sys_soc, hist.msoc, hist.batt_soc, hist.reserve, in reportEvent()
169 val.set<VendorAtomValue::intValue>(hist.batt_soc); in reportEvent()
Dpixelatoms.proto362 /* Estimated battery state of charge (SOC) from batt_soc with endpoint limiting (0% and 100%) */
371 optional int32 batt_soc = 12; field
/hardware/google/pixel/pixelstats/include/pixelstats/
DBatteryEEPROMReporter.h79 uint8_t batt_soc; member