Home
last modified time | relevance | path

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

/frameworks/native/services/stats/
DStatsHal.cpp57 hardware::Return<void> StatsHal::reportChargeCycles(const ChargeCycles& chargeCycles) { in reportChargeCycles() argument
58 std::vector<int32_t> buckets = chargeCycles.cycleBucket; in reportChargeCycles()
/frameworks/native/services/stats/include/stats/
DStatsHal.h56 virtual Return<void> reportChargeCycles(const ChargeCycles& chargeCycles) override;
/frameworks/hardware/interfaces/stats/1.0/
DIStats.hal54 * @param chargeCycles A struct with battery charge cycle buckets.
56 oneway reportChargeCycles(ChargeCycles chargeCycles);