Home
last modified time | relevance | path

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

/aosp14/frameworks/base/services/core/java/com/android/server/am/
H A DAppProfiler.java1746 final long dmabufUnmapped = totalExportedDmabuf - dmabufMapped; in reportMemUsage() local
1751 kernelUsed += dmabufUnmapped; in reportMemUsage()
H A DActivityManagerService.java12391 final long dmabufUnmapped = totalExportedDmabuf - dmabufMapped; in dumpApplicationMemoryUsage() local
12397 pw.print(stringifyKBSize(dmabufUnmapped)); in dumpApplicationMemoryUsage()
12400 kernelUsed += dmabufUnmapped; in dumpApplicationMemoryUsage()