Searched refs:MEMINFO_ZRAM_TOTAL (Results 1 – 4 of 4) sorted by relevance
82 return mInfos[Debug.MEMINFO_ZRAM_TOTAL]; in getZramTotalSizeKb()
554 MEMINFO_ZRAM_TOTAL, enumerator639 mem[MEMINFO_ZRAM_TOTAL] = atoll(buffer)/1024; in android_os_Debug_getMemInfo()
1094 public static final int MEMINFO_ZRAM_TOTAL = 8; field in Debug
1740 if (infos[Debug.MEMINFO_ZRAM_TOTAL] != 0) { in handleMessage()1742 logBuilder.append(infos[Debug.MEMINFO_ZRAM_TOTAL]); in handleMessage()