Home
last modified time | relevance | path

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

/system/memory/libmeminfo/libdmabufinfo/tools/
Ddmabuf_dump.cpp86 buf.maprefs().size()); in PrintDmaBufTable()
95 if (buf.maprefs().count(pid) == 1) { in PrintDmaBufTable()
96 pid_refs += buf.maprefs().at(pid); in PrintDmaBufTable()
142 if (buf.fdrefs().empty() && buf.maprefs().empty()) { in PrintDmaBufPerProcess()
/system/memory/libmeminfo/libdmabufinfo/
Ddmabufinfo_test.cpp170 EXPECT_EQ(_bufptr->maprefs().size(), _maprefs); \
185 const std::unordered_map<pid_t, int>& _maprefs = _bufptr->maprefs(); \
216 EXPECT_TRUE(dmabufs[0].maprefs().empty()); in TEST()
226 EXPECT_TRUE(dmabufs[1].maprefs().empty()); in TEST()
/system/memory/libmeminfo/libdmabufinfo/include/dmabufinfo/
Ddmabufinfo.h55 const std::unordered_map<pid_t, int>& maprefs() const { return maprefs_; } in maprefs() function