Home
last modified time | relevance | path

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

/aosp12/frameworks/base/services/core/java/com/android/server/powerstats/
H A DPowerStatsHALWrapper.java147 private static Supplier<IPowerStats> sVintfPowerStats; field in PowerStatsHALWrapper.PowerStatsHAL20WrapperImpl
151 sVintfPowerStats = null; in PowerStatsHAL20WrapperImpl()
155 sVintfPowerStats = null; in PowerStatsHAL20WrapperImpl()
157 sVintfPowerStats = service; in PowerStatsHAL20WrapperImpl()
165 if (sVintfPowerStats != null) { in getPowerEntityInfo()
181 if (sVintfPowerStats != null) { in getStateResidency()
197 if (sVintfPowerStats != null) { in getEnergyConsumerInfo()
213 if (sVintfPowerStats != null) { in getEnergyConsumed()
229 if (sVintfPowerStats != null) { in getEnergyMeterInfo()
244 if (sVintfPowerStats != null) { in readEnergyMeter()
[all …]