Searched refs:addCountLocked (Results 1 – 5 of 5) sorted by relevance
/aosp14/frameworks/base/services/tests/servicestests/src/com/android/server/power/stats/ |
H A D | LongSamplingCounterTest.java | 69 mCounter.addCountLocked(COUNT, true); in testReadWriteParcel() 86 mCounter.addCountLocked(COUNT, true); in testReadWriteSummaryParcel() 102 mCounter.addCountLocked(COUNT, true); in testOnTimeStarted() 110 mCounter.addCountLocked(COUNT, true); in testOnTimeStopped() 120 mCounter.addCountLocked(111); in testAddCountLocked() 122 mCounter.addCountLocked(222); in testAddCountLocked() 126 mCounter.addCountLocked(456); in testAddCountLocked() 129 mCounter.addCountLocked(444, true); in testAddCountLocked() 131 mCounter.addCountLocked(567, false); in testAddCountLocked() 138 mCounter.addCountLocked(COUNT, true); in testReset() [all …]
|
H A D | LongSamplingCounterArrayTest.java | 132 mCounterArray.addCountLocked(deltas); in testAddCountLocked() 136 mCounterArray.addCountLocked(deltas, false); in testAddCountLocked() 138 mCounterArray.addCountLocked(deltas, true); in testAddCountLocked() 146 mCounterArray.addCountLocked(deltas); in testAddCountLocked() 150 mCounterArray.addCountLocked(deltas, false); in testAddCountLocked() 152 mCounterArray.addCountLocked(deltas, true); in testAddCountLocked()
|
/aosp14/frameworks/base/services/core/java/com/android/server/power/stats/ |
H A D | BatteryStatsImpl.java | 2124 public void addCountLocked(long[] counts) { in addCountLocked() method in BatteryStatsImpl.LongSamplingCounterArray 2125 addCountLocked(counts, mTimeBase.isRunning()); in addCountLocked() 2455 public void addCountLocked(long count) { in addCountLocked() method in BatteryStatsImpl.LongSamplingCounter 2456 addCountLocked(count, mTimeBase.isRunning()); in addCountLocked() 2459 public void addCountLocked(long count, boolean isRunning) { in addCountLocked() method in BatteryStatsImpl.LongSamplingCounter 9141 mMobileRadioActiveCount.addCountLocked(1); in noteMobileRadioActiveTimeLocked() 9238 mMobileRadioApWakeupCount.addCountLocked(1); in noteMobileRadioApWakeupLocked() 9253 mWifiRadioApWakeupCount.addCountLocked(1); in noteWifiRadioApWakeupLocked() 9649 mJobsFreshnessTimeMs.addCountLocked(sinceLast); in noteJobsDeferredLocked() 13867 u.mUserCpuTime.addCountLocked(userTimeUs, onBattery); [all …]
|
/aosp14/frameworks/base/services/ |
H A D | art-profile | 9365 HSPLcom/android/server/power/stats/BatteryStatsImpl$LongSamplingCounter;->addCountLocked(J)V+]Lcom/… 9366 HSPLcom/android/server/power/stats/BatteryStatsImpl$LongSamplingCounter;->addCountLocked(JZ)V 9376 HSPLcom/android/server/power/stats/BatteryStatsImpl$LongSamplingCounterArray;->addCountLocked([JZ)V
|
/aosp14/frameworks/base/boot/hiddenapi/ |
H A D | hiddenapi-max-target-o.txt | 73544 Lcom/android/internal/os/BatteryStatsImpl$LongSamplingCounter;->addCountLocked(J)V 73545 Lcom/android/internal/os/BatteryStatsImpl$LongSamplingCounter;->addCountLocked(JZ)V 73564 Lcom/android/internal/os/BatteryStatsImpl$LongSamplingCounterArray;->addCountLocked([J)V 73565 Lcom/android/internal/os/BatteryStatsImpl$LongSamplingCounterArray;->addCountLocked([JZ)V
|