Searched refs:dmabufs (Results 1 – 2 of 2) sorted by relevance
734 std::vector<dmabufinfo::DmaBuffer> dmabufs; in android_os_Debug_getDmabufMappedSizeKb() local751 if (!ReadDmaBufMapRefs(pid, &dmabufs)) { in android_os_Debug_getDmabufMappedSizeKb()756 for (const dmabufinfo::DmaBuffer& buf : dmabufs) { in android_os_Debug_getDmabufMappedSizeKb()
12211 // Size of dmabufs retained by the process. The buffers are either mapped,12222 // Size of dmabufs mapped to the process address space.12225 // Number of dmabufs mapped to the process address space.12228 // Size of dmabufs mapped to the process address space that are also12233 // this field and retained_dmabuf_kb, above, is private dmabufs that12236 // As above, but total number of all dmabufs shared with SurfaceFlinger.