Home
last modified time | relevance | path

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

/aosp12/frameworks/base/core/tests/coretests/src/com/android/internal/os/
H A DBatteryStatsBinderCallStatsTest.java58 stat1.incrementalCallCount = 21; in testNoteBinderCallStats()
68 stat2.incrementalCallCount = 9; in testNoteBinderCallStats()
103 stat1a.incrementalCallCount = 10; in testProportionalSystemServiceUsage_noStatsForSomeMethods()
110 stat1b.incrementalCallCount = 30; in testProportionalSystemServiceUsage_noStatsForSomeMethods()
121 stat2.incrementalCallCount = 10; in testProportionalSystemServiceUsage_noStatsForSomeMethods()
H A DSystemServicePowerCalculatorTest.java208 stat1.incrementalCallCount = 100; in prepareBatteryStats()
218 stat2.incrementalCallCount = 100; in prepareBatteryStats()
H A DBinderCallsStatsTest.java824 public void noteCallStats(int workSourceUid, long incrementalCallCount, in testCallStatsObserver()
939 assertEquals(1, callStat.incrementalCallCount); in testTrackingSpecificWorksourceUid()
944 assertEquals(2, callStat.incrementalCallCount); in testTrackingSpecificWorksourceUid()
949 assertEquals(3, callStat.incrementalCallCount); in testTrackingSpecificWorksourceUid()
/aosp12/frameworks/base/core/java/com/android/internal/os/
H A DBinderCallsStats.java146 uidEntry.incrementalCallCount, tmpCallStats
148 uidEntry.incrementalCallCount = 0;
150 callStats.valueAt(j).incrementalCallCount = 0;
315 uidEntry.incrementalCallCount++; in processCallEnded()
330 callStat.incrementalCallCount++; in processCallEnded()
352 callStat.incrementalCallCount++; in processCallEnded()
939 public long incrementalCallCount; field in BinderCallsStats.CallStat
962 clone.incrementalCallCount = incrementalCallCount; in clone()
975 + ", incrementalCallCount=" + incrementalCallCount in toString()
1029 public long incrementalCallCount; field in BinderCallsStats.UidEntry
H A DBinderInternal.java145 void noteCallStats(int workSourceUid, long incrementalCallCount, in noteCallStats() argument
H A DBatteryStatsImpl.java6853 public void noteBinderCallStats(int workSourceUid, long incrementalCallCount, in noteBinderCallStats() argument
6855 noteBinderCallStats(workSourceUid, incrementalCallCount, callStats, in noteBinderCallStats()
6859 public void noteBinderCallStats(int workSourceUid, long incrementalCallCount, in noteBinderCallStats() argument
6864 .noteBinderCallStatsLocked(incrementalCallCount, callStats); in noteBinderCallStats()
9831 public void noteBinderCallStatsLocked(long incrementalCallCount, in noteBinderCallStatsLocked() argument
9835 + " incrementalCallCount: " + incrementalCallCount + " callStats = [" in noteBinderCallStatsLocked()
9838 mBinderCallCount += incrementalCallCount; in noteBinderCallStatsLocked()
9853 bcs.callCount += stat.incrementalCallCount; in noteBinderCallStatsLocked()
/aosp12/frameworks/base/services/core/java/com/android/server/
H A DBinderCallsStatsService.java295 public void noteCallStats(int workSourceUid, long incrementalCallCount, in onBootPhase()
298 incrementalCallCount, callStats); in onBootPhase()