Home
last modified time | relevance | path

Searched refs:getDmabufHeapTotalExportedKb (Results 1 – 4 of 4) sorted by relevance

/aosp14/frameworks/base/services/core/java/com/android/server/stats/pull/
H A DSystemMemoryUtil.java29 int totalIonKb = (int) Debug.getDmabufHeapTotalExportedKb(); in getMetrics()
/aosp14/frameworks/base/core/java/android/os/
H A DDebug.java2631 public static native long getDmabufHeapTotalExportedKb(); in getDmabufHeapTotalExportedKb() method in Debug
/aosp14/frameworks/base/services/core/java/com/android/server/am/
H A DAppProfiler.java1758 final long totalExportedDmabufHeap = Debug.getDmabufHeapTotalExportedKb(); in reportMemUsage()
H A DActivityManagerService.java12408 final long totalDmabufHeapExported = Debug.getDmabufHeapTotalExportedKb(); in dumpApplicationMemoryUsage()