Merge "Switch the SystemMemory atom to use the dmabuf interface for ion" into sc-dev
This commit is contained in:
committed by
Android (Google) Code Review
commit
1e27b946e4
@@ -26,7 +26,7 @@ final class SystemMemoryUtil {
|
||||
private SystemMemoryUtil() {}
|
||||
|
||||
static Metrics getMetrics() {
|
||||
int totalIonKb = (int) Debug.getIonHeapsSizeKb();
|
||||
int totalIonKb = (int) Debug.getDmabufHeapTotalExportedKb();
|
||||
int gpuTotalUsageKb = (int) Debug.getGpuTotalUsageKb();
|
||||
int gpuDmaBufUsageKb = (int) Debug.getGpuDmaBufUsageKb();
|
||||
int dmaBufTotalExportedKb = (int) Debug.getDmabufTotalExportedKb();
|
||||
|
||||
Reference in New Issue
Block a user