Home
last modified time | relevance | path

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

/frameworks/base/services/tests/powerstatstests/src/com/android/server/power/stats/
DLongSamplingCounterTest.java68 mCounter.addCountLocked(COUNT, true); in testReadWriteParcel()
74 mCounter.addCountLocked(7 * COUNT, true); in testReadWriteParcel()
85 mCounter.addCountLocked(COUNT, true); in testReadWriteSummaryParcel()
91 mCounter.addCountLocked(7 * COUNT, true); in testReadWriteSummaryParcel()
101 mCounter.addCountLocked(COUNT, true); in testOnTimeStarted()
109 mCounter.addCountLocked(COUNT, true); in testOnTimeStopped()
119 mCounter.addCountLocked(111); in testAddCountLocked()
121 mCounter.addCountLocked(222); in testAddCountLocked()
125 mCounter.addCountLocked(456); in testAddCountLocked()
128 mCounter.addCountLocked(444, true); in testAddCountLocked()
[all …]
DLongSamplingCounterArrayTest.java131 mCounterArray.addCountLocked(deltas); in testAddCountLocked()
135 mCounterArray.addCountLocked(deltas, false); in testAddCountLocked()
137 mCounterArray.addCountLocked(deltas, true); in testAddCountLocked()
145 mCounterArray.addCountLocked(deltas); in testAddCountLocked()
149 mCounterArray.addCountLocked(deltas, false); in testAddCountLocked()
151 mCounterArray.addCountLocked(deltas, true); in testAddCountLocked()
/frameworks/base/services/core/java/com/android/server/power/stats/
DBatteryStatsImpl.java1259 getTxDurationCounter(frequencyRange, signalStrength, true).addCountLocked(durationMs); in incrementTxDuration()
1267 getRxDurationCounter(frequencyRange, true).addCountLocked(durationMs); in incrementRxDuration()
2437 public void addCountLocked(long[] counts) { in addCountLocked() method in BatteryStatsImpl.LongSamplingCounterArray
2438 addCountLocked(counts, mTimeBase.isRunning()); in addCountLocked()
2441 public void addCountLocked(long[] counts, boolean isRunning) { in addCountLocked() method in BatteryStatsImpl.LongSamplingCounterArray
2768 public void addCountLocked(long count) { in addCountLocked() method in BatteryStatsImpl.LongSamplingCounter
2769 addCountLocked(count, mTimeBase.isRunning()); in addCountLocked()
2772 public void addCountLocked(long count, boolean isRunning) { in addCountLocked() method in BatteryStatsImpl.LongSamplingCounter
5904 mMobileRadioActiveAdjustedTime.addCountLocked(elapsedRealtimeMs in noteMobileRadioPowerStateLocked()
9477 mNetworkByteActivityCounters[type].addCountLocked(deltaBytes); in noteNetworkActivityLocked()
[all …]
/frameworks/base/services/
Dart-profile3063 HSPLcom/android/server/power/stats/BatteryStatsImpl$LongSamplingCounter;->addCountLocked(J)V+]Lcom/…
3064 HSPLcom/android/server/power/stats/BatteryStatsImpl$LongSamplingCounter;->addCountLocked(JZ)V
3066 HSPLcom/android/server/power/stats/BatteryStatsImpl$LongSamplingCounterArray;->addCountLocked([JZ)V
/frameworks/base/boot/hiddenapi/
Dhiddenapi-max-target-o.txt72901 Lcom/android/internal/os/BatteryStatsImpl$LongSamplingCounter;->addCountLocked(J)V
72902 Lcom/android/internal/os/BatteryStatsImpl$LongSamplingCounter;->addCountLocked(JZ)V
72921 Lcom/android/internal/os/BatteryStatsImpl$LongSamplingCounterArray;->addCountLocked([J)V
72922 Lcom/android/internal/os/BatteryStatsImpl$LongSamplingCounterArray;->addCountLocked([JZ)V