Home
last modified time | relevance | path

Searched refs:cutoff_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()
161 val.set<VendorAtomValue::intValue>(hist.cutoff_soc); in reportEvent()
Dpixelatoms.proto359 optional int32 cutoff_soc = 8; field
364 /* Filtered monotonic SOC, handles situations where the cutoff_soc is increased and
/hardware/google/pixel/pixelstats/include/pixelstats/
DBatteryEEPROMReporter.h65 uint8_t cutoff_soc; member