Searched refs:otherPss (Results 1 – 7 of 7) sorted by relevance
/frameworks/base/core/java/android/os/ |
D | Debug.java | 157 public int otherPss; field in Debug.MemoryInfo 276 return dalvikPss + nativePss + otherPss + getTotalSwappedOutPss(); in getTotalPss() 707 dest.writeInt(otherPss); in writeToParcel() 734 otherPss = source.readInt(); in readFromParcel()
|
D | PerformanceCollector.java | 530 mPerfSnapshot.putLong(METRIC_KEY_OTHER_PSS, memInfo.otherPss); in endPerformanceSnapshot()
|
/frameworks/base/core/java/android/app/ |
D | ActivityThread.java | 2306 pw.print(memInfo.otherPss); pw.print(','); in dumpMemInfoTable() 2421 int otherPss = memInfo.otherPss; in dumpMemInfoTable() local 2455 otherPss -= myPss; in dumpMemInfoTable() 2467 printRow(pw, HEAP_FULL_COLUMN, "Unknown", otherPss, otherSwappablePss, in dumpMemInfoTable() 2480 printRow(pw, HEAP_COLUMN, "Unknown", otherPss, in dumpMemInfoTable()
|
/frameworks/base/services/core/java/com/android/server/am/ |
D | ActivityManagerService.java | 17122 long otherPss = 0; 17227 otherPss += mi.otherPss; 17232 otherPss -= mem; 17300 otherPss += mi.otherPss; 17305 otherPss -= mem; 17335 catMems.add(new MemItem("Unknown", "Unknown", otherPss, otherSwapPss, -3));
|
/frameworks/opt/setupwizard/tools/docs/ |
D | android-22.txt | 21675 field public int otherPss;
|
/frameworks/base/api/ |
D | current.txt | 30715 field public int otherPss;
|
D | system-current.txt | 33436 field public int otherPss;
|