Home
last modified time | relevance | path

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

/hardware/google/pixel/pixelstats/
DBatteryEEPROMReporter.cpp78 &hist.cc_soc, &hist.cutoff_soc, &hist.msoc, 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()
167 val.set<VendorAtomValue::intValue>(hist.msoc); in reportEvent()
Dpixelatoms.proto367 optional int32 msoc = 11; field
/hardware/google/pixel/pixelstats/include/pixelstats/
DBatteryEEPROMReporter.h75 uint8_t msoc; member