Searched refs:pca_ac (Results 1 – 1 of 1) sorted by relevance
/hardware/google/pixel/pixelstats/ |
D | ChargeStatsReporter.cpp | 82 int32_t pca_ac[2] = {0}, pca_rs[5] = {0}; in ReportChargeStats() local 124 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() 136 tmp[10] = pca_ac[0]; in ReportChargeStats() 137 tmp[11] = pca_ac[1]; in ReportChargeStats() 146 … if (sscanf(pdo_line.c_str(), "D:%x,%x,%x,%x,%x,%x,%x", &pca_ac[0], &pca_ac[1], &pca_rs[0], in ReportChargeStats() 150 ALOGD("processed %s, apdo:%d, pdo:%d", pdo_line.c_str(), pca_ac[1], pca_rs[4]); in ReportChargeStats() 151 tmp[15] = pca_ac[1]; /* APDO */ in ReportChargeStats()
|