Home
last modified time | relevance | path

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

/aosp14/frameworks/base/services/tests/servicestests/src/com/android/server/power/stats/
H A DBatteryStatsCpuTimesTest.java288 uidTimesUs[i][1], u.getSystemCpuTimeUs(STATS_SINCE_CHARGED)); in testReadKernelUidCpuTimesLocked()
322 uidTimesUs[i][1] + deltasUs[i][1], u.getSystemCpuTimeUs(STATS_SINCE_CHARGED)); in testReadKernelUidCpuTimesLocked()
366 uidTimesUs[i][1], u.getSystemCpuTimeUs(STATS_SINCE_CHARGED)); in testReadKernelUidCpuTimesLocked_isolatedUid()
410 expectedSystemTimeUs, u.getSystemCpuTimeUs(STATS_SINCE_CHARGED)); in testReadKernelUidCpuTimesLocked_isolatedUid()
453 uidTimesUs[i][1], u.getSystemCpuTimeUs(STATS_SINCE_CHARGED)); in testReadKernelUidCpuTimesLocked_invalidUid()
504 expectedSystemTimeUs, u.getSystemCpuTimeUs(STATS_SINCE_CHARGED)); in testReadKernelUidCpuTimesLocked_withPartialTimers()
522 expectedSystemTimeUs, u.getSystemCpuTimeUs(STATS_SINCE_CHARGED)); in testReadKernelUidCpuTimesLocked_withPartialTimers()
/aosp14/frameworks/base/services/core/java/com/android/server/power/stats/
H A DCpuPowerCalculator.java225 long durationMs = (u.getUserCpuTimeUs(statsType) + u.getSystemCpuTimeUs(statsType)) / 1000; in calculatePowerAndDuration()
H A DBatteryStatsImpl.java9212 public long getSystemCpuTimeUs(int which) { in getSystemCpuTimeUs() method in BatteryStatsImpl.Uid
15559 pw.println(uid.getSystemCpuTimeUs(STATS_SINCE_CHARGED) / 1000);
/aosp14/frameworks/base/services/core/java/com/android/server/am/
H A DHealthStatsBatteryStatsWriter.java366 uid.getSystemCpuTimeUs(STATS_SINCE_CHARGED)/1000); in writeUid()
/aosp14/frameworks/base/core/java/android/os/
H A DBatteryStats.java1003 public abstract long getSystemCpuTimeUs(int which); in getSystemCpuTimeUs() method in BatteryStats.Uid
4992 final long systemCpuTimeUs = u.getSystemCpuTimeUs(which); in dumpCheckinLocked()
6603 final long systemCpuTimeUs = u.getSystemCpuTimeUs(which); in dumpLocked()
8097 proto.write(UidProto.Cpu.SYSTEM_DURATION_MS, roundUsToMs(u.getSystemCpuTimeUs(which))); in dumpProtoAppsLocked()
/aosp14/frameworks/base/services/
H A Dart-profile9567 HPLcom/android/server/power/stats/BatteryStatsImpl$Uid;->getSystemCpuTimeUs(I)J+]Lcom/android/serve…
/aosp14/frameworks/base/boot/hiddenapi/
H A Dhiddenapi-max-target-o.txt35059 Landroid/os/BatteryStats$Uid;->getSystemCpuTimeUs(I)J
73874 Lcom/android/internal/os/BatteryStatsImpl$Uid;->getSystemCpuTimeUs(I)J