Home
last modified time | relevance | path

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

/aosp12/system/memory/libmeminfo/libdmabufinfo/tools/
H A Ddmabuf_dump.cpp229 auto buffer_stats = stats.buffer_stats(); in DumpDmabufSysfsStats() local
234 for (const auto& buf : buffer_stats) { in DumpDmabufSysfsStats()
/aosp12/system/memory/libmeminfo/libdmabufinfo/include/dmabufinfo/
H A Ddmabuf_sysfs_stats.h45 inline const std::vector<DmabufInfo>& buffer_stats() const { return buffer_stats_; } in buffer_stats() function
/aosp12/system/memory/libmeminfo/libdmabufinfo/
H A Ddmabufinfo_test.cpp264 auto buffer_stats = stats.buffer_stats(); in TEST_F() local
265 ASSERT_EQ(buffer_stats.size(), 10UL); in TEST_F()
267 auto buf_info = buffer_stats[0]; in TEST_F()