Searched refs:totalDmabufHeapPool (Results 1 – 2 of 2) sorted by relevance
1765 final long totalDmabufHeapPool = Debug.getDmabufHeapPoolsSizeKb(); in reportMemUsage() local1766 if (totalDmabufHeapPool >= 0) { in reportMemUsage()1768 memInfoBuilder.append(stringifyKBSize(totalDmabufHeapPool)); in reportMemUsage()
12414 final long totalDmabufHeapPool = Debug.getDmabufHeapPoolsSizeKb(); in dumpApplicationMemoryUsage() local12415 if (totalDmabufHeapPool >= 0) { in dumpApplicationMemoryUsage()12417 pw.println(stringifyKBSize(totalDmabufHeapPool)); in dumpApplicationMemoryUsage()