Home
last modified time | relevance | path

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

/aosp12/frameworks/native/services/stats/
H A DStatsHal.cpp57 hardware::Return<void> StatsHal::reportChargeCycles(const ChargeCycles& chargeCycles) { in reportChargeCycles() argument
58 std::vector<int32_t> buckets = chargeCycles.cycleBucket; in reportChargeCycles()
/aosp12/frameworks/hardware/interfaces/stats/1.0/
H A DIStats.hal54 * @param chargeCycles A struct with battery charge cycle buckets.
56 oneway reportChargeCycles(ChargeCycles chargeCycles);
/aosp12/frameworks/native/services/stats/include/stats/
H A DStatsHal.h58 virtual Return<void> reportChargeCycles(const ChargeCycles& chargeCycles) override;
/aosp12/hardware/google/pixel/pixelstats/include/pixelstats/
H A DStatsHelper.h39 const std::vector<int32_t> &chargeCycles);
/aosp12/hardware/google/pixel/pixelstats/
H A DStatsHelper.cpp115 const std::vector<int32_t> &chargeCycles) { in reportChargeCycles() argument
122 tmp.set<VendorAtomValue::intValue>(chargeCycles[bucketIdx]); in reportChargeCycles()