Home
last modified time | relevance | path

Searched refs:dmabufs (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/core/jni/
Dandroid_os_Debug.cpp734 std::vector<dmabufinfo::DmaBuffer> dmabufs; in android_os_Debug_getDmabufMappedSizeKb() local
751 if (!ReadDmaBufMapRefs(pid, &dmabufs)) { in android_os_Debug_getDmabufMappedSizeKb()
756 for (const dmabufinfo::DmaBuffer& buf : dmabufs) { in android_os_Debug_getDmabufMappedSizeKb()
/frameworks/proto_logging/stats/
Datoms.proto12211 // 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 also
12233 // this field and retained_dmabuf_kb, above, is private dmabufs that
12236 // As above, but total number of all dmabufs shared with SurfaceFlinger.