Home
last modified time | relevance | path

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

/system/memory/libmeminfo/libdmabufinfo/tools/include/
Ddmabuf_output_helper.h46 virtual void PerProcessBufStats(const android::dmabufinfo::DmaBuffer& buf) = 0;
105 void PerProcessBufStats(const android::dmabufinfo::DmaBuffer& buf) override { in PerProcessBufStats() function
190 void PerProcessBufStats(const android::dmabufinfo::DmaBuffer& buf) override { in PerProcessBufStats() function
/system/memory/libmeminfo/libdmabufinfo/tools/
Ddmabuf_dump.cpp170 outputHelper->PerProcessBufStats(buf); in PrintDmaBufPerProcess()