Searched refs:otherPss (Results 1 – 6 of 6) sorted by relevance
/frameworks/base/core/java/android/os/ |
D | Debug.java | 178 public int otherPss; field in Debug.MemoryInfo 374 otherPss = other.otherPss; in set() 393 return dalvikPss + nativePss + otherPss + getTotalSwappedOutPss(); in getTotalPss() 924 dest.writeInt(otherPss); in writeToParcel() 956 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 | 2746 pw.print(memInfo.otherPss); pw.print(','); in dumpMemInfoTable() 2861 int otherPss = memInfo.otherPss; in dumpMemInfoTable() local 2897 otherPss -= myPss; in dumpMemInfoTable() 2910 printRow(pw, HEAP_FULL_COLUMN, "Unknown", otherPss, otherSwappablePss, in dumpMemInfoTable() 2923 printRow(pw, HEAP_COLUMN, "Unknown", otherPss, in dumpMemInfoTable() 3068 int otherPss = memInfo.otherPss; in dumpMemInfoTable() local 3097 otherPss -= myPss; in dumpMemInfoTable() 3110 otherPss, otherSwappablePss, in dumpMemInfoTable()
|
/frameworks/base/services/core/java/com/android/server/am/ |
D | ActivityManagerService.java | 10741 ss[INDEX_OTHER_PSS] += mi.otherPss; in dumpApplicationMemoryUsage() 10839 ss[INDEX_OTHER_PSS] += info.otherPss; in dumpApplicationMemoryUsage() 11381 ss[INDEX_OTHER_PSS] += mi.otherPss; in dumpApplicationMemoryUsage() 11470 ss[INDEX_OTHER_PSS] += info.otherPss; in dumpApplicationMemoryUsage()
|
/frameworks/base/core/api/ |
D | current.txt | 31032 field public int otherPss;
|
/frameworks/opt/setupwizard/tools/docs/ |
D | android-22.txt | 21675 field public int otherPss;
|