Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/power/stats/
DBatteryStatsImpl.java301 private final SparseBooleanArray mPowerStatsCollectorEnabled = new SparseBooleanArray(); field in BatteryStatsImpl
697 if (mPowerStatsCollectorEnabled.get(BatteryConsumer.POWER_COMPONENT_CPU)) { in updateProcStateCpuTimesLocked()
753 if (mPowerStatsCollectorEnabled.get(BatteryConsumer.POWER_COMPONENT_CPU)) { in updateCpuTimesForAllUids()
813 if (mPowerStatsCollectorEnabled.get(BatteryConsumer.POWER_COMPONENT_CPU) in ensureKernelSingleUidTimeReaderLocked()
6497 if (!mPowerStatsCollectorEnabled.get(BatteryConsumer.POWER_COMPONENT_AUDIO)) { in noteAudioOnLocked()
6514 if (!mPowerStatsCollectorEnabled.get(BatteryConsumer.POWER_COMPONENT_AUDIO)) { in noteAudioOffLocked()
6529 if (!mPowerStatsCollectorEnabled.get(BatteryConsumer.POWER_COMPONENT_VIDEO)) { in noteVideoOnLocked()
6546 if (!mPowerStatsCollectorEnabled.get(BatteryConsumer.POWER_COMPONENT_VIDEO)) { in noteVideoOffLocked()
6627 if (!mPowerStatsCollectorEnabled.get(BatteryConsumer.POWER_COMPONENT_FLASHLIGHT)) { in noteFlashlightOnLocked()
6644 if (!mPowerStatsCollectorEnabled.get(BatteryConsumer.POWER_COMPONENT_FLASHLIGHT)) { in noteFlashlightOffLocked()
[all …]