Home
last modified time | relevance | path

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

/system/memory/libmeminfo/libdmabufinfo/tools/include/
Ddmabuf_output_helper.h54 virtual void PerBufferStats(const android::dmabufinfo::DmabufInfo& bufInfo) = 0;
134 void PerBufferStats(const android::dmabufinfo::DmabufInfo& bufInfo) override { in PerBufferStats() argument
135 printf("%lu,%" PRIu64 ",\"%s\"\n", bufInfo.inode, bufInfo.size, bufInfo.exp_name.c_str()); in PerBufferStats()
213 void PerBufferStats(const android::dmabufinfo::DmabufInfo& bufInfo) override { in PerBufferStats() argument
214 printf("%16lu |%16" PRIu64 " | %16s \n", bufInfo.inode, bufInfo.size, in PerBufferStats()
215 bufInfo.exp_name.c_str()); in PerBufferStats()