Home
last modified time | relevance | path

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

/hardware/google/pixel/pixelstats/include/pixelstats/
DStatsHelper.h39 const std::vector<int32_t> &chargeCycles);
/hardware/google/pixel/pixelstats/
DStatsHelper.cpp115 const std::vector<int32_t> &chargeCycles) { in reportChargeCycles() argument
122 tmp.set<VendorAtomValue::intValue>(chargeCycles[bucketIdx]); in reportChargeCycles()