Searched refs:totalExportedDmabuf (Results 1 – 1 of 1) sorted by relevance
1878 final long totalExportedDmabuf = Debug.getDmabufTotalExportedKb(); in reportMemUsage() local1879 if (totalExportedDmabuf >= 0) { in reportMemUsage()1880 final long dmabufUnmapped = totalExportedDmabuf - dmabufMapped; in reportMemUsage()1882 memInfoBuilder.append(stringifyKBSize(totalExportedDmabuf)); in reportMemUsage()