Home
last modified time | relevance | path

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

/aosp12/frameworks/base/services/core/java/com/android/server/am/
H A DAppProfiler.java1557 final long gpuPrivateUsage = Debug.getGpuPrivateMemoryKb(); in reportMemUsage() local
1558 if (gpuPrivateUsage >= 0) { in reportMemUsage()
1559 final long gpuDmaBufUsage = gpuUsage - gpuPrivateUsage; in reportMemUsage()
1565 memInfoBuilder.append(stringifyKBSize(gpuPrivateUsage)); in reportMemUsage()
1570 kernelUsed += gpuPrivateUsage; in reportMemUsage()
H A DActivityManagerService.java11093 final long gpuPrivateUsage = Debug.getGpuPrivateMemoryKb(); in dumpApplicationMemoryUsage() local
11094 if (gpuPrivateUsage >= 0) { in dumpApplicationMemoryUsage()
11095 final long gpuDmaBufUsage = gpuUsage - gpuPrivateUsage; in dumpApplicationMemoryUsage()
11101 pw.print(stringifyKBSize(gpuPrivateUsage)); in dumpApplicationMemoryUsage()
11106 kernelUsed += gpuPrivateUsage; in dumpApplicationMemoryUsage()