Home
last modified time | relevance | path

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

/hardware/google/pixel/pixelstats/
DChargeStatsReporter.cpp44 #define CHG_STATS_FMT1 "%d,%d,%d, %d,%d,%d,%d %d" /* AACR */ macro
93 } else if (sscanf(line.c_str(), CHG_STATS_FMT1, &tmp[0], &tmp[1], &tmp[2], &tmp[3], &tmp[4], in ReportChargeStats()