Home
last modified time | relevance | path

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

/frameworks/base/core/tests/coretests/src/com/android/internal/os/
DLongSamplingCounterTest.java117 mCounter.addCountLocked(111); in testAddCountLocked()
120 mCounter.addCountLocked(222); in testAddCountLocked()
125 mCounter.addCountLocked(456); in testAddCountLocked()
129 mCounter.addCountLocked(444, true); in testAddCountLocked()
132 mCounter.addCountLocked(567, false); in testAddCountLocked()
DLongSamplingCounterArrayTest.java168 mCounterArray.addCountLocked(deltas); in testAddCountLocked()
174 mCounterArray.addCountLocked(deltas, false); in testAddCountLocked()
178 mCounterArray.addCountLocked(deltas, true); in testAddCountLocked()
188 mCounterArray.addCountLocked(deltas); in testAddCountLocked()
195 mCounterArray.addCountLocked(deltas, false); in testAddCountLocked()
200 mCounterArray.addCountLocked(deltas, true); in testAddCountLocked()
/frameworks/base/core/java/com/android/internal/os/
DBatteryStatsImpl.java1453 public void addCountLocked(long[] counts) { in addCountLocked() method in BatteryStatsImpl.LongSamplingCounterArray
1454 addCountLocked(counts, mTimeBase.isRunning()); in addCountLocked()
1457 public void addCountLocked(long[] counts, boolean isRunning) { in addCountLocked() method in BatteryStatsImpl.LongSamplingCounterArray
1624 public void addCountLocked(long count) { in addCountLocked() method in BatteryStatsImpl.LongSamplingCounter
1628 public void addCountLocked(long count, boolean isRunning) { in addCountLocked() method in BatteryStatsImpl.LongSamplingCounter
5066 mMobileRadioActiveAdjustedTime.addCountLocked(elapsedRealtime in noteMobileRadioPowerStateLocked()
6996 mProcStateTimeMs[procState].addCountLocked(cpuTimesMs, onBattery); in addProcStateTimesMs()
7009 mProcStateScreenOffTimeMs[procState].addCountLocked(cpuTimesMs, onBatteryScreenOff); in addProcStateScreenOffTimesMs()
7695 mNetworkByteActivityCounters[type].addCountLocked(deltaBytes); in noteNetworkActivityLocked()
7696 mNetworkPacketActivityCounters[type].addCountLocked(deltaPackets); in noteNetworkActivityLocked()
[all …]
/frameworks/base/config/
Dboot-image-profile.txt8702 HPLcom/android/internal/os/BatteryStatsImpl$LongSamplingCounter;->addCountLocked(JZ)V
8709 HPLcom/android/internal/os/BatteryStatsImpl$LongSamplingCounterArray;->addCountLocked([JZ)V
38657 HSPLcom/android/internal/os/BatteryStatsImpl$LongSamplingCounter;->addCountLocked(J)V