Home
last modified time | relevance | path

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

/aosp14/frameworks/base/core/java/android/os/
H A DDebug.java467 public int getOtherPss(int which) { in getOtherPss() method in Debug.MemoryInfo
/aosp14/frameworks/base/core/java/android/app/
H A DActivityThread.java3093 pw.print(memInfo.getOtherPss(i)); pw.print(','); in dumpMemInfoTable()
3164 final int myPss = memInfo.getOtherPss(i); in dumpMemInfoTable()
3234 final int myPss = memInfo.getOtherPss(i); in dumpMemInfoTable()
3371 final int myPss = memInfo.getOtherPss(i); in dumpMemInfoTable()
3424 final int myPss = memInfo.getOtherPss(i); in dumpMemInfoTable()
/aosp14/frameworks/base/services/core/java/com/android/server/am/
H A DActivityManagerService.java12106 dalvikSubitemPss[j] += mi.getOtherPss(Debug.MemoryInfo.NUM_OTHER_STATS + j); in dumpApplicationMemoryUsage()
12115 long mem = mi.getOtherPss(j); in dumpApplicationMemoryUsage()
12202 dalvikSubitemPss[j] += info.getOtherPss( in dumpApplicationMemoryUsage()
12213 long mem = info.getOtherPss(j); in dumpApplicationMemoryUsage()
12749 dalvikSubitemPss[j] += mi.getOtherPss(Debug.MemoryInfo.NUM_OTHER_STATS + j); in dumpApplicationMemoryUsage()
12758 long mem = mi.getOtherPss(j); in dumpApplicationMemoryUsage()
12836 dalvikSubitemPss[j] += info.getOtherPss( in dumpApplicationMemoryUsage()
12847 long mem = info.getOtherPss(j); in dumpApplicationMemoryUsage()
/aosp14/frameworks/base/boot/
H A Dboot-image-profile.txt12022 HSPLandroid/os/Debug$MemoryInfo;->getOtherPss(I)I
/aosp14/frameworks/base/config/
H A Dboot-image-profile.txt12025 HSPLandroid/os/Debug$MemoryInfo;->getOtherPss(I)I