Searched refs:otherPss (Results 1 – 7 of 7) sorted by relevance
/frameworks/base/core/java/android/os/ |
D | Debug.java | 177 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()
|
D | PerformanceCollector.java | 537 mPerfSnapshot.putLong(METRIC_KEY_OTHER_PSS, memInfo.otherPss); in endPerformanceSnapshot()
|
/frameworks/base/core/java/android/app/ |
D | ActivityThread.java | 2546 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/ |
D | ActivityManagerService.java | 12493 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/ |
D | android-22.txt | 21675 field public int otherPss;
|
/frameworks/base/non-updatable-api/ |
D | current.txt | 34681 field public int otherPss;
|
/frameworks/base/api/ |
D | current.txt | 34825 field public int otherPss;
|