Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/os/
DDebug.java178 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()
DPerformanceCollector.java537 mPerfSnapshot.putLong(METRIC_KEY_OTHER_PSS, memInfo.otherPss); in endPerformanceSnapshot()
/frameworks/base/core/java/android/app/
DActivityThread.java2746 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/
DActivityManagerService.java10741 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/
Dcurrent.txt31032 field public int otherPss;
/frameworks/opt/setupwizard/tools/docs/
Dandroid-22.txt21675 field public int otherPss;