Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/am/
DAppProfiler.java1564 final long gpuPrivateUsage = Debug.getGpuPrivateMemoryKb(); in reportMemUsage() local
1565 if (gpuPrivateUsage >= 0) { in reportMemUsage()
1566 final long gpuDmaBufUsage = gpuUsage - gpuPrivateUsage; in reportMemUsage()
1572 memInfoBuilder.append(stringifyKBSize(gpuPrivateUsage)); in reportMemUsage()
1577 kernelUsed += gpuPrivateUsage; in reportMemUsage()
DActivityManagerService.java11052 final long gpuPrivateUsage = Debug.getGpuPrivateMemoryKb(); in dumpApplicationMemoryUsage() local
11053 if (gpuPrivateUsage >= 0) { in dumpApplicationMemoryUsage()
11054 final long gpuDmaBufUsage = gpuUsage - gpuPrivateUsage; in dumpApplicationMemoryUsage()
11060 pw.print(stringifyKBSize(gpuPrivateUsage)); in dumpApplicationMemoryUsage()
11065 kernelUsed += gpuPrivateUsage; in dumpApplicationMemoryUsage()