Home
last modified time | relevance | path

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

/system/memory/libmeminfo/libdmabufinfo/tools/include/
Ddmabuf_output_helper.h36 virtual void BufTableStats(const android::dmabufinfo::DmaBuffer& buf) = 0;
46 virtual void PerProcessBufStats(const android::dmabufinfo::DmaBuffer& buf) = 0;
54 virtual void PerBufferStats(const android::dmabufinfo::DmabufInfo& bufInfo) = 0;
58 const android::dmabufinfo::DmabufTotal& dmaBufTotal) = 0;
60 virtual void SysfsBufTotalStats(const android::dmabufinfo::DmabufSysfsStats& stats) = 0;
73 void BufTableStats(const android::dmabufinfo::DmaBuffer& buf) override { in BufTableStats()
105 void PerProcessBufStats(const android::dmabufinfo::DmaBuffer& buf) override { in PerProcessBufStats()
134 void PerBufferStats(const android::dmabufinfo::DmabufInfo& bufInfo) override { in PerBufferStats()
143 const android::dmabufinfo::DmabufTotal& dmaBufTotal) override { in ExporterStats()
148 void SysfsBufTotalStats(const android::dmabufinfo::DmabufSysfsStats& stats) override { in SysfsBufTotalStats()
[all …]
/system/memory/libmeminfo/libdmabufinfo/tools/
Ddmabuf_dump.cpp41 using DmaBuffer = ::android::dmabufinfo::DmaBuffer;
182 if (android::dmabufinfo::GetDmabufTotalExportedKb(&kernel_rss)) { in PrintDmaBufPerProcess()
196 android::dmabufinfo::DmabufSysfsStats stats; in DumpDmabufSysfsStats()
198 if (!android::dmabufinfo::GetDmabufSysfsStats(&stats)) { in DumpDmabufSysfsStats()
/system/memory/libmeminfo/libdmabufinfo/include/dmabufinfo/
Ddmabuf_sysfs_stats.h23 namespace dmabufinfo {
Ddmabufinfo.h28 namespace dmabufinfo {
/system/memory/libmeminfo/libdmabufinfo/
DAndroid.bp46 "dmabufinfo.cpp",
Ddmabuf_sysfs_stats.cpp31 namespace dmabufinfo { namespace
Ddmabufinfo.cpp42 namespace dmabufinfo { namespace
Ddmabufinfo_test.cpp41 using namespace ::android::dmabufinfo;
/system/memory/libmeminfo/
Dsysmeminfo.cpp363 android::dmabufinfo::DmabufSysfsStats stats; in ReadDmabufHeapTotalExportedKb()
364 if (!android::dmabufinfo::GetDmabufSysfsStats(&stats, dmabuf_sysfs_stats_path)) return false; in ReadDmabufHeapTotalExportedKb()