Searched refs:totalDmabufHeapPool (Results 1 – 2 of 2) sorted by relevance
1554 final long totalDmabufHeapPool = Debug.getDmabufHeapPoolsSizeKb(); in reportMemUsage() local1555 if (totalDmabufHeapPool >= 0) { in reportMemUsage()1557 memInfoBuilder.append(stringifyKBSize(totalDmabufHeapPool)); in reportMemUsage()
11044 final long totalDmabufHeapPool = Debug.getDmabufHeapPoolsSizeKb(); in dumpApplicationMemoryUsage() local11045 if (totalDmabufHeapPool >= 0) { in dumpApplicationMemoryUsage()11047 pw.println(stringifyKBSize(totalDmabufHeapPool)); in dumpApplicationMemoryUsage()