Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/stats/pull/
DSystemMemoryUtil.java31 int gpuPrivateAllocationsKb = (int) Debug.getGpuPrivateMemoryKb(); in getMetrics() local
63 if (dmaBufTotalExportedKb >= 0 && gpuPrivateAllocationsKb >= 0) { in getMetrics()
67 accountedKb += dmaBufTotalExportedKb + gpuPrivateAllocationsKb; in getMetrics()
101 result.gpuPrivateAllocationsKb = gpuPrivateAllocationsKb; in getMetrics()
128 public int gpuPrivateAllocationsKb; field in SystemMemoryUtil.Metrics
DStatsPullAtomService.java2658 metrics.gpuPrivateAllocationsKb,