Home
last modified time | relevance | path

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

/aosp12/hardware/google/pixel/pixelstats/
H A DUeventListener.cpp204 int32_t pca_ac[2] = {0}, pca_rs[5] = {0}; in ReportChargeStats() local
231 if (sscanf(pca_line.c_str(), "D:%x,%x %x,%x,%x,%x,%x", &pca_ac[0], &pca_ac[1], &pca_rs[0], in ReportChargeStats()
232 &pca_rs[1], &pca_rs[2], &pca_rs[3], &pca_rs[4]) != 7) { in ReportChargeStats()
236 tmp[9] = pca_rs[2]; in ReportChargeStats()
237 tmp[10] = pca_rs[3]; in ReportChargeStats()
238 tmp[11] = pca_rs[4]; in ReportChargeStats()
239 tmp[13] = pca_rs[1]; in ReportChargeStats()
243 tmp[12] = pca_rs[0]; in ReportChargeStats()