Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/os/
DDebug.java177 public int otherPss; field in Debug.MemoryInfo
373 otherPss = other.otherPss; in set()
392 return dalvikPss + nativePss + otherPss + getTotalSwappedOutPss(); in getTotalPss()
859 dest.writeInt(otherPss); in writeToParcel()
891 otherPss = source.readInt(); in readFromParcel()
DPerformanceCollector.java537 mPerfSnapshot.putLong(METRIC_KEY_OTHER_PSS, memInfo.otherPss); in endPerformanceSnapshot()
/frameworks/base/core/java/android/app/
DActivityThread.java2546 pw.print(memInfo.otherPss); pw.print(','); in dumpMemInfoTable()
2661 int otherPss = memInfo.otherPss; in dumpMemInfoTable() local
2695 otherPss -= myPss; in dumpMemInfoTable()
2707 printRow(pw, HEAP_FULL_COLUMN, "Unknown", otherPss, otherSwappablePss, in dumpMemInfoTable()
2720 printRow(pw, HEAP_COLUMN, "Unknown", otherPss, in dumpMemInfoTable()
2856 int otherPss = memInfo.otherPss; in dumpMemInfoTable() local
2883 otherPss -= myPss; in dumpMemInfoTable()
2895 otherPss, otherSwappablePss, in dumpMemInfoTable()
/frameworks/base/services/core/java/com/android/server/am/
DActivityManagerService.java12493 long otherPss = 0; in dumpApplicationMemoryUsage() local
12619 otherPss += mi.otherPss; in dumpApplicationMemoryUsage()
12624 otherPss -= mem; in dumpApplicationMemoryUsage()
12693 otherPss += mi.otherPss; in dumpApplicationMemoryUsage()
12698 otherPss -= mem; in dumpApplicationMemoryUsage()
12718 catMems.add(new MemItem("Unknown", "Unknown", otherPss, otherSwapPss, -3)); in dumpApplicationMemoryUsage()
13025 long otherPss = 0; in dumpApplicationMemoryUsage() local
13145 otherPss += mi.otherPss; in dumpApplicationMemoryUsage()
13150 otherPss -= mem; in dumpApplicationMemoryUsage()
13217 otherPss += mi.otherPss; in dumpApplicationMemoryUsage()
[all …]
/frameworks/opt/setupwizard/tools/docs/
Dandroid-22.txt21675 field public int otherPss;
/frameworks/base/non-updatable-api/
Dcurrent.txt34681 field public int otherPss;
/frameworks/base/api/
Dcurrent.txt34825 field public int otherPss;