Home
last modified time | relevance | path

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

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