Home
last modified time | relevance | path

Searched defs:total_count (Results 1 – 2 of 2) sorted by relevance

/system/memory/libmeminfo/libdmabufinfo/include/dmabufinfo/
Ddmabuf_sysfs_stats.h50 inline unsigned int total_count() const { return total_.buffer_count; } in total_count() function
/system/memory/libmeminfo/libdmabufinfo/
Ddmabufinfo_test.cpp282 auto total_count = stats.total_count(); in TEST_F() local