Home
last modified time | relevance | path

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

/hardware/google/pixel/pwrstats_util/dataproviders/
DPowerEntityResidencyDataProvider.h27 int getImpl(PowerStatistic* stat) const override;
28 int getImpl(const PowerStatistic& start, PowerStatistic* interval) const override;
DRailEnergyDataProvider.h32 int getImpl(PowerStatistic* stat) const override;
33 int getImpl(const PowerStatistic& start, PowerStatistic* interval) const override;
DPowerEntityResidencyDataProvider.cpp32 int PowerEntityResidencyDataProvider::getImpl(PowerStatistic* stat) const { in getImpl() function in PowerEntityResidencyDataProvider
106 int PowerEntityResidencyDataProvider::getImpl(const PowerStatistic& start, in getImpl() function in PowerEntityResidencyDataProvider
DRailEnergyDataProvider.cpp27 int RailEnergyDataProvider::getImpl(PowerStatistic* stat) const { in getImpl() function in RailEnergyDataProvider
87 int RailEnergyDataProvider::getImpl(const PowerStatistic& start, PowerStatistic* interval) const { in getImpl() function in RailEnergyDataProvider
/hardware/google/pixel/pwrstats_util/
DPowerStatsCollector.cpp97 return getImpl(stat); in get()
111 if (0 != getImpl(interval)) { in get()
116 return getImpl(start, interval); in get()
DPowerStatsCollector.h41 virtual int getImpl(PowerStatistic* stat) const = 0;
42 virtual int getImpl(const PowerStatistic& start, PowerStatistic* interval) const = 0;