Home
last modified time | relevance | path

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

/aosp12/system/memory/libmeminfo/libdmabufinfo/include/dmabufinfo/
H A Ddmabuf_sysfs_stats.h52 friend bool GetDmabufSysfsStats(DmabufSysfsStats* stats, const std::string& path);
69 bool GetDmabufSysfsStats(DmabufSysfsStats* stats,
/aosp12/system/memory/libmeminfo/libdmabufinfo/
H A Ddmabuf_sysfs_stats.cpp55 bool GetDmabufSysfsStats(DmabufSysfsStats* stats, const std::string& dmabuf_sysfs_stats_path) { in GetDmabufSysfsStats() function
H A Ddmabufinfo_test.cpp262 ASSERT_TRUE(GetDmabufSysfsStats(&stats, buffer_stats_path.c_str())); in TEST_F()
/aosp12/system/memory/libmeminfo/libdmabufinfo/tools/
H A Ddmabuf_dump.cpp224 if (!android::dmabufinfo::GetDmabufSysfsStats(&stats)) { in DumpDmabufSysfsStats()
/aosp12/system/memory/libmeminfo/
H A Dsysmeminfo.cpp308 if (!android::dmabufinfo::GetDmabufSysfsStats(&stats, dmabuf_sysfs_stats_path)) return false; in ReadDmabufHeapTotalExportedKb()