Home
last modified time | relevance | path

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

/system/memory/libmeminfo/libdmabufinfo/
Ddmabufinfo.cpp53 static FdInfoResult ReadDmaBufFdInfo(pid_t pid, int fd, std::string* name, std::string* exporter, in ReadDmaBufFdInfo()
139 std::string exporter = "<unknown>"; in ReadDmaBufFdRefs() local
228 std::string exporter; in ReadDmaBufMapRefs() local
Ddmabuf_sysfs_stats.cpp48 bool ReadBufferExporter(unsigned int inode, std::string* exporter, in ReadBufferExporter()
Ddmabufinfo_test.cpp313 std::string exporter = "system_heap"; member in DmaBufProcessStatsTest
482 size_t fdrefs_size, size_t maprefs_size, const std::string exporter, in readAndCheckDmaBuffer()
/system/memory/libmeminfo/libdmabufinfo/tools/include/
Ddmabuf_output_helper.h143 void ExporterStats(const std::string& exporter, in ExporterStats()
224 void ExporterStats(const std::string& exporter, in ExporterStats()
/system/memory/libmeminfo/libdmabufinfo/include/dmabufinfo/
Ddmabufinfo.h61 const std::string& exporter() const { return exporter_; } in exporter() function