Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/os/
DDebug.java126 public int otherPss; field in Debug.MemoryInfo
144 return dalvikPss + nativePss + otherPss; in getTotalPss()
204 dest.writeInt(otherPss); in writeToParcel()
217 otherPss = source.readInt(); in readFromParcel()
DPerformanceCollector.java530 mPerfSnapshot.putLong(METRIC_KEY_OTHER_PSS, memInfo.otherPss); in endPerformanceSnapshot()
/frameworks/base/tests/DumpRenderTree/src/com/android/dumprendertree/
DLoadTestsAutoTest.java201 memInfo.otherPss, memInfo.nativePss + memInfo.dalvikPss + memInfo.otherPss); in dumpMemoryInfo()
/frameworks/base/core/java/android/app/
DActivityThread.java922 pw.print(memInfo.otherPss); pw.print(','); in dumpMemInfo()
923 pw.print(memInfo.nativePss + memInfo.dalvikPss + memInfo.otherPss); pw.print(','); in dumpMemInfo()
982 int otherPss = memInfo.otherPss; in dumpMemInfo() local
990 otherPss -= memInfo.getOtherPss(i); in dumpMemInfo()
995 printRow(pw, HEAP_COLUMN, "Unknown", otherPss, otherSharedDirty, in dumpMemInfo()
/frameworks/base/services/java/com/android/server/am/
DActivityManagerService.java10381 long nativePss=0, dalvikPss=0, otherPss=0; in dumpApplicationMemoryUsage() local
10421 otherPss += mi.otherPss; in dumpApplicationMemoryUsage()
10425 otherPss -= mem; in dumpApplicationMemoryUsage()
10448 catMems.add(new MemItem("Unknown", "Unknown", otherPss, -3)); in dumpApplicationMemoryUsage()
/frameworks/base/api/
D14.txt14601 field public int otherPss;
D15.txt14645 field public int otherPss;
Dcurrent.txt15561 field public int otherPss;
D16.txt15561 field public int otherPss;