Home
last modified time | relevance | path

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

/frameworks/base/core/tests/coretests/src/com/android/internal/os/
DBatteryStatsImplTest.java96 assertNull(u.getCpuFreqTimes(STATS_SINCE_CHARGED, procState)); in testUpdateProcStateCpuTimes()
109 u.getCpuFreqTimes(STATS_SINCE_CHARGED, procState)); in testUpdateProcStateCpuTimes()
111 assertNull(u.getCpuFreqTimes(STATS_SINCE_CHARGED, procState)); in testUpdateProcStateCpuTimes()
140 u.getCpuFreqTimes(STATS_SINCE_CHARGED, procState)); in testUpdateProcStateCpuTimes()
142 assertNull(u.getCpuFreqTimes(STATS_SINCE_CHARGED, procState)); in testUpdateProcStateCpuTimes()
172 u.getCpuFreqTimes(STATS_SINCE_CHARGED, procState)); in testUpdateProcStateCpuTimes()
176 assertNull(u.getCpuFreqTimes(STATS_SINCE_CHARGED, procState)); in testUpdateProcStateCpuTimes()
212 u.getCpuFreqTimes(STATS_SINCE_CHARGED, procState)); in testUpdateProcStateCpuTimes()
221 assertNull(u.getCpuFreqTimes(STATS_SINCE_CHARGED, procState)); in testUpdateProcStateCpuTimes()
275 u.getCpuFreqTimes(STATS_SINCE_CHARGED, procState)); in testCopyFromAllUidsCpuTimes()
[all …]
DBatteryStatsCpuTimesTest.java560 uidTimesMs[i], u.getCpuFreqTimes(STATS_SINCE_CHARGED)); in testReadKernelUidCpuFreqTimesLocked()
593 sum(uidTimesMs[i], deltasMs[i]), u.getCpuFreqTimes(STATS_SINCE_CHARGED)); in testReadKernelUidCpuFreqTimesLocked()
644 uidTimesMs[i], u.getCpuFreqTimes(STATS_SINCE_CHARGED)); in testReadKernelUidCpuFreqTimesLocked_perClusterTimesAvailable()
687 sum(uidTimesMs[i], deltasMs[i]), u.getCpuFreqTimes(STATS_SINCE_CHARGED)); in testReadKernelUidCpuFreqTimesLocked_perClusterTimesAvailable()
758 uidTimesMs[i], u.getCpuFreqTimes(STATS_SINCE_CHARGED)); in testReadKernelUidCpuFreqTimesLocked_partialTimers()
781 u.getCpuFreqTimes(STATS_SINCE_CHARGED)); in testReadKernelUidCpuFreqTimesLocked_partialTimers()
843 uidTimesMs[i], u.getCpuFreqTimes(STATS_SINCE_CHARGED)); in testReadKernelUidCpuFreqTimesLocked_freqsChanged()
876 deltasMs[i], u.getCpuFreqTimes(STATS_SINCE_CHARGED)); in testReadKernelUidCpuFreqTimesLocked_freqsChanged()
924 uidTimesMs[i], u.getCpuFreqTimes(STATS_SINCE_CHARGED)); in testReadKernelUidCpuFreqTimesLocked_isolatedUid()
970 expectedTimes, u.getCpuFreqTimes(STATS_SINCE_CHARGED)); in testReadKernelUidCpuFreqTimesLocked_isolatedUid()
[all …]
/frameworks/base/core/java/android/os/
DBatteryStats.java732 public abstract long[] getCpuFreqTimes(int which); in getCpuFreqTimes() method in BatteryStats.Uid
746 public abstract long[] getCpuFreqTimes(int which, int procState); in getCpuFreqTimes() method in BatteryStats.Uid
4190 final long[] cpuFreqTimeMs = u.getCpuFreqTimes(which); in dumpCheckinLocked()
4213 final long[] timesMs = u.getCpuFreqTimes(which, procState); in dumpCheckinLocked()
5873 final long[] cpuFreqTimes = u.getCpuFreqTimes(which); in dumpLocked()
5893 final long[] cpuTimes = u.getCpuFreqTimes(which, procState); in dumpLocked()
7265 final long[] cpuFreqTimeMs = u.getCpuFreqTimes(which); in dumpProtoAppsLocked()
7286 final long[] timesMs = u.getCpuFreqTimes(which, procState); in dumpProtoAppsLocked()
/frameworks/base/core/java/com/android/internal/os/
DBatteryStatsImpl.java6903 public long[] getCpuFreqTimes(int which) { in getCpuFreqTimes() method in BatteryStatsImpl.Uid
6924 public long[] getCpuFreqTimes(int which, int procState) { in getCpuFreqTimes() method in BatteryStatsImpl.Uid
13446 long[] times = mUidStats.get(u).getCpuFreqTimes(STATS_SINCE_CHARGED); in dumpCpuStatsLocked()
/frameworks/base/config/
Dboot-image-profile.txt8807 HPLcom/android/internal/os/BatteryStatsImpl$Uid;->getCpuFreqTimes(I)[J
8808 HPLcom/android/internal/os/BatteryStatsImpl$Uid;->getCpuFreqTimes(II)[J
27052 HSPLandroid/os/BatteryStats$Uid;->getCpuFreqTimes(I)[J
27053 HSPLandroid/os/BatteryStats$Uid;->getCpuFreqTimes(II)[J