Home
last modified time | relevance | path

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

/aosp14/frameworks/base/core/java/com/android/internal/os/
H A DKernelAllocationStats.java63 public final int gpuMemoryKb; field in KernelAllocationStats.ProcessGpuMem
65 ProcessGpuMem(int pid, int gpuMemoryKb) { in ProcessGpuMem() argument
67 this.gpuMemoryKb = gpuMemoryKb; in ProcessGpuMem()
/aosp14/frameworks/base/services/core/java/com/android/server/stats/pull/
H A DStatsPullAtomService.java2346 gpuMemPerPid.put(processGpuMem.pid, processGpuMem.gpuMemoryKb);