Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/stats/pull/
DSystemMemoryUtil.java31 int gpuPrivateAllocationsKb = (int) Debug.getGpuPrivateMemoryKb(); in getMetrics() local
102 public int gpuPrivateAllocationsKb; field in SystemMemoryUtil.Metrics