Home
last modified time | relevance | path

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

/system/memory/libmeminfo/libdmabufinfo/tools/include/
Ddmabuf_output_helper.h36 virtual void BufTableStats(const android::dmabufinfo::DmaBuffer& buf) = 0;
73 void BufTableStats(const android::dmabufinfo::DmaBuffer& buf) override { in BufTableStats() function
164 void BufTableStats(const android::dmabufinfo::DmaBuffer& buf) override { in BufTableStats() function
/system/memory/libmeminfo/libdmabufinfo/tools/
Ddmabuf_dump.cpp97 outputHelper->BufTableStats(buf); in PrintDmaBufTable()