Home
last modified time | relevance | path

Searched refs:totalExportedDmabuf (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/services/core/java/com/android/server/am/
DAppProfiler.java1533 final long totalExportedDmabuf = Debug.getDmabufTotalExportedKb(); in reportMemUsage() local
1534 if (totalExportedDmabuf >= 0) { in reportMemUsage()
1535 final long dmabufUnmapped = totalExportedDmabuf - dmabufMapped; in reportMemUsage()
1537 memInfoBuilder.append(stringifyKBSize(totalExportedDmabuf)); in reportMemUsage()
DActivityManagerService.java11019 final long totalExportedDmabuf = Debug.getDmabufTotalExportedKb(); in dumpApplicationMemoryUsage() local
11020 if (totalExportedDmabuf >= 0) { in dumpApplicationMemoryUsage()
11021 final long dmabufUnmapped = totalExportedDmabuf - dmabufMapped; in dumpApplicationMemoryUsage()
11023 pw.print(stringifyKBSize(totalExportedDmabuf)); in dumpApplicationMemoryUsage()