Home
last modified time | relevance | path

Searched refs:nativeSwappedOutPss (Results 1 – 3 of 3) sorted by relevance

/aosp12/frameworks/base/core/java/android/os/
H A DDebug.java175 public int nativeSwappedOutPss; field in Debug.MemoryInfo
372 nativeSwappedOutPss = other.nativeSwappedOutPss; in set()
462 return dalvikSwappedOutPss + nativeSwappedOutPss + otherSwappedOutPss; in getTotalSwappedOutPss()
923 dest.writeInt(nativeSwappedOutPss); in writeToParcel()
955 nativeSwappedOutPss = source.readInt(); in readFromParcel()
/aosp12/frameworks/base/core/java/android/app/
H A DActivityThread.java2851 pw.print(memInfo.nativeSwappedOutPss); pw.print(','); in dumpMemInfoTable()
2895 memInfo.nativeSwappedOutPss : memInfo.nativeSwappedOut, in dumpMemInfoTable()
2914 memInfo.hasSwappedOutPss ? memInfo.nativeSwappedOutPss : in dumpMemInfoTable()
3113 memInfo.nativeSwappedOut, memInfo.nativeSwappedOutPss, in dumpMemInfoTable()
/aosp12/frameworks/base/services/core/java/com/android/server/am/
H A DActivityManagerService.java10771 ss[INDEX_NATIVE_SWAP_PSS] += mi.nativeSwappedOutPss; in dumpApplicationMemoryUsage()
10867 ss[INDEX_NATIVE_SWAP_PSS] += info.nativeSwappedOutPss; in dumpApplicationMemoryUsage()
11411 ss[INDEX_NATIVE_SWAP_PSS] += mi.nativeSwappedOutPss; in dumpApplicationMemoryUsage()
11498 ss[INDEX_NATIVE_SWAP_PSS] += info.nativeSwappedOutPss; in dumpApplicationMemoryUsage()