Home
last modified time | relevance | path

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

/hardware/google/pixel/pixelstats/
DBatteryEEPROMReporter.cpp338 uint16_t nMaxMinTemp, nSOC, nTimerH; in checkAndReportMaxfgHistory() local
351 &nMaxMinVolt, &nMaxMinTemp, &nSOC, &nTimerH); in checkAndReportMaxfgHistory()
366 maxfg_hist.batt_soc = (nSOC >> 8) & 0x00FF; in checkAndReportMaxfgHistory()
367 maxfg_hist.msoc = nSOC & 0x00FF; in checkAndReportMaxfgHistory()