Home
last modified time | relevance | path

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

/aosp12/system/memory/libmeminfo/libdmabufinfo/include/dmabufinfo/
H A 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
/aosp12/system/memory/libmeminfo/libdmabufinfo/
H A Ddmabuf_sysfs_stats.cpp97 stats->total_.size += info.size; in GetDmabufSysfsStats()
98 stats->total_.buffer_count++; in GetDmabufSysfsStats()
/aosp12/frameworks/base/core/tests/coretests/src/android/database/
H A DDatabaseCursorTest.java264 public TestObserver(int total_, SQLiteCursor cursor) { in TestObserver() argument
266 total = total_; in TestObserver()