Searched refs:sVintfPowerStats (Results 1 – 1 of 1) sorted by relevance
147 private static Supplier<IPowerStats> sVintfPowerStats; field in PowerStatsHALWrapper.PowerStatsHAL20WrapperImpl151 sVintfPowerStats = null; in PowerStatsHAL20WrapperImpl()155 sVintfPowerStats = null; in PowerStatsHAL20WrapperImpl()157 sVintfPowerStats = service; in PowerStatsHAL20WrapperImpl()165 if (sVintfPowerStats != null) { in getPowerEntityInfo()167 powerEntityHAL = sVintfPowerStats.get().getPowerEntityInfo(); in getPowerEntityInfo()181 if (sVintfPowerStats != null) { in getStateResidency()184 sVintfPowerStats.get().getStateResidency(powerEntityIds); in getStateResidency()197 if (sVintfPowerStats != null) { in getEnergyConsumerInfo()199 energyConsumerHAL = sVintfPowerStats.get().getEnergyConsumerInfo(); in getEnergyConsumerInfo()[all …]