Home
last modified time | relevance | path

Searched defs:exporter (Results 1 – 3 of 3) sorted by relevance

/system/core/libmeminfo/libdmabufinfo/
Ddmabufinfo.cpp46 static bool ReadDmaBufFdInfo(pid_t pid, int fd, std::string* name, std::string* exporter, in ReadDmaBufFdInfo()
136 std::string exporter = "<unknown>"; in ReadDmaBufFdRefs() local
Ddmabufinfo_test.cpp256 size_t fdrefs_size, size_t maprefs_size, const std::string exporter, in readAndCheckDmaBuffer()
/system/core/libmeminfo/libdmabufinfo/include/dmabufinfo/
Ddmabufinfo.h58 const std::string& exporter() const { return exporter_; } in exporter() function