Searched refs:dmaBufTotal (Results 1 – 2 of 2) sorted by relevance
/system/memory/libmeminfo/libdmabufinfo/tools/include/ |
D | dmabuf_output_helper.h | 58 const android::dmabufinfo::DmabufTotal& dmaBufTotal) = 0; 143 const android::dmabufinfo::DmabufTotal& dmaBufTotal) override { in ExporterStats() argument 144 printf("\"%s\",%u,%" PRIu64 "\n", exporter.c_str(), dmaBufTotal.buffer_count, in ExporterStats() 145 dmaBufTotal.size); in ExporterStats() 222 const android::dmabufinfo::DmabufTotal& dmaBufTotal) override { in ExporterStats() argument 223 printf("%32s | %12u| %" PRIu64 "\n", exporter.c_str(), dmaBufTotal.buffer_count, in ExporterStats() 224 dmaBufTotal.size); in ExporterStats()
|
/system/memory/libmeminfo/libdmabufinfo/tools/ |
D | dmabuf_dump.cpp | 215 for (auto const& [exporter_name, dmaBufTotal] : exporter_stats) { in DumpDmabufSysfsStats() 216 outputHelper->ExporterStats(exporter_name, dmaBufTotal); in DumpDmabufSysfsStats()
|