Searched refs:msoc (Results 1 – 5 of 5) sorted by relevance
/hardware/google/pixel/pixelstats/include/pixelstats/ |
D | BatteryFGReporter.h | 54 uint16_t msoc; member 80 uint16_t msoc; member
|
D | BatteryEEPROMReporter.h | 88 uint8_t msoc; member
|
/hardware/google/pixel/pixelstats/ |
D | BatteryEEPROMReporter.cpp | 121 hist.msoc = (uint8_t)histv2.mixsoc * 2; in checkAndReport() 144 &hist.cc_soc, &hist.cutoff_soc, &hist.msoc, in checkAndReport() 177 + hist.sys_soc + hist.msoc + hist.batt_soc + hist.reserve in checkLogEvent() 211 hist.cutoff_soc, hist.cc_soc, hist.sys_soc, hist.msoc, hist.batt_soc, hist.reserve, in reportEvent() 236 val.set<VendorAtomValue::intValue>(hist.msoc); in reportEvent() 367 maxfg_hist.msoc = nSOC & 0x00FF; in checkAndReportMaxfgHistory() 460 params.msoc = (uint8_t)(event[4] >> 8); /* repsoc */ in checkAndReportFGLearning()
|
D | BatteryFGReporter.cpp | 76 data.avcap, data.vfremcap, data.repsoc, data.vfsoc, data.msoc, data.vfocv, data.dpacc, in reportAbnormalEvent() 106 …etAtomFieldValue(&values, FuelGaugeAbnormalityReported::kFgRegisterAddress9FieldNumber, data.msoc); in reportAbnormalEvent() 191 val.set<VendorAtomValue::intValue>(params.msoc); in reportEvent()
|
D | pixelatoms.proto | 443 optional int32 msoc = 11; field
|