Home
last modified time | relevance | path

Searched refs:total_ (Results 1 – 2 of 2) sorted by relevance

/system/memory/libmeminfo/libdmabufinfo/include/dmabufinfo/
Ddmabuf_sysfs_stats.h49 inline uint64_t total_size() const { return total_.size; } in total_size()
50 inline unsigned int total_count() const { return total_.buffer_count; } in total_count()
57 struct DmabufTotal total_; variable
/system/memory/libmeminfo/libdmabufinfo/
Ddmabuf_sysfs_stats.cpp97 stats->total_.size += info.size; in GetDmabufSysfsStats()
98 stats->total_.buffer_count++; in GetDmabufSysfsStats()