Home
last modified time | relevance | path

Searched refs:MEMINFO_ZRAM_TOTAL (Results 1 – 8 of 8) sorted by relevance

/aosp12/system/memory/libmeminfo/
H A Dlibmeminfo_benchmark.cpp53 MEMINFO_ZRAM_TOTAL, enumerator
340 mem[MEMINFO_ZRAM_TOTAL] = get_zram_mem_used("/sys/block/zram0/") / 1024; in BM_MemInfoWithZram_old()
400 tags.insert(it + MEMINFO_ZRAM_TOTAL, "Zram:"); in BM_MemInfoWithZram_new()
H A Dlibmeminfo_test.cpp792 MEMINFO_ZRAM_TOTAL, enumerator
859 tags.insert(it + MEMINFO_ZRAM_TOTAL, "Zram:"); in TEST()
/aosp12/frameworks/base/core/java/com/android/internal/util/
H A DMemInfoReader.java128 return mInfos[Debug.MEMINFO_ZRAM_TOTAL]; in getZramTotalSizeKb()
/aosp12/frameworks/base/services/core/java/com/android/server/stats/pull/
H A DSystemMemoryUtil.java46 + mInfos[Debug.MEMINFO_ZRAM_TOTAL] in getMetrics()
/aosp12/frameworks/base/core/jni/
H A Dandroid_os_Debug.cpp581 MEMINFO_ZRAM_TOTAL, enumerator
611 tags.insert(tags.begin() + MEMINFO_ZRAM_TOTAL, "Zram:"); in android_os_Debug_getMemInfo()
/aosp12/frameworks/base/core/java/android/os/
H A DDebug.java1935 public static final int MEMINFO_ZRAM_TOTAL = 10; field in Debug
/aosp12/frameworks/base/services/core/java/com/android/server/am/
H A DAppProfiler.java1484 if (infos[Debug.MEMINFO_ZRAM_TOTAL] != 0) { in reportMemUsage()
1486 memInfoBuilder.append(stringifyKBSize(infos[Debug.MEMINFO_ZRAM_TOTAL])); in reportMemUsage()
/aosp12/frameworks/base/boot/hiddenapi/
H A Dhiddenapi-max-target-o.txt39139 Landroid/os/Debug;->MEMINFO_ZRAM_TOTAL:I