Searched defs:dmabufs (Results 1 – 3 of 3) sorted by relevance
/aosp12/system/memory/libmeminfo/libdmabufinfo/ |
H A D | dmabufinfo_test.cpp | 208 std::vector<DmaBuffer> dmabufs; in TEST() local 368 std::vector<DmaBuffer> dmabufs; in TEST_F() local 398 std::vector<DmaBuffer> dmabufs; in TEST_F() local 445 std::vector<DmaBuffer> dmabufs; in TEST_F() local 512 void readAndCheckDmaBuffer(std::vector<DmaBuffer>* dmabufs, pid_t pid, const std::string name, in readAndCheckDmaBuffer() 575 std::vector<DmaBuffer> dmabufs; in TEST_F() local 599 std::vector<DmaBuffer> dmabufs; in TEST_F() local 641 std::vector<DmaBuffer> dmabufs; in TEST_F() local 684 std::vector<DmaBuffer> dmabufs; in TEST_F() local 714 std::vector<DmaBuffer> dmabufs; in TEST_F() local
|
H A D | dmabufinfo.cpp | 110 bool ReadDmaBufFdRefs(int pid, std::vector<DmaBuffer>* dmabufs, in ReadDmaBufFdRefs() 202 bool ReadDmaBufMapRefs(pid_t pid, std::vector<DmaBuffer>* dmabufs, in ReadDmaBufMapRefs() 253 bool ReadDmaBufInfo(std::vector<DmaBuffer>* dmabufs, const std::string& path) { in ReadDmaBufInfo() 287 bool ReadDmaBufInfo(pid_t pid, std::vector<DmaBuffer>* dmabufs, bool read_fdrefs, in ReadDmaBufInfo()
|
/aosp12/frameworks/base/core/jni/ |
H A D | android_os_Debug.cpp | 906 std::vector<dmabufinfo::DmaBuffer> dmabufs; in android_os_Debug_getDmabufMappedSizeKb() local
|