Home
last modified time | relevance | path

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

/aosp12/system/memory/libmeminfo/libdmabufinfo/include/dmabufinfo/
H A Ddmabufinfo.h54 const std::unordered_map<pid_t, int>& fdrefs() const { return fdrefs_; } in fdrefs() function
/aosp12/system/memory/libmeminfo/libdmabufinfo/
H A Ddmabufinfo_test.cpp526 int fdrefs = dmabuf.fdrefs().find(pid)->second; in checkPidRef() local