Searched refs:totalExportedDmabuf (Results 1 – 2 of 2) sorted by relevance
1533 final long totalExportedDmabuf = Debug.getDmabufTotalExportedKb(); in reportMemUsage() local1534 if (totalExportedDmabuf >= 0) { in reportMemUsage()1535 final long dmabufUnmapped = totalExportedDmabuf - dmabufMapped; in reportMemUsage()1537 memInfoBuilder.append(stringifyKBSize(totalExportedDmabuf)); in reportMemUsage()
11019 final long totalExportedDmabuf = Debug.getDmabufTotalExportedKb(); in dumpApplicationMemoryUsage() local11020 if (totalExportedDmabuf >= 0) { in dumpApplicationMemoryUsage()11021 final long dmabufUnmapped = totalExportedDmabuf - dmabufMapped; in dumpApplicationMemoryUsage()11023 pw.print(stringifyKBSize(totalExportedDmabuf)); in dumpApplicationMemoryUsage()