Home
last modified time | relevance | path

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

/system/memory/libmeminfo/libdmabufinfo/
Ddmabufinfo.cpp228 char* exporter_name = nullptr; in ReadDmaBufInfo() local
231 &count, &exporter_name, &inode, &name); in ReadDmaBufInfo()
235 dmabufs->emplace_back((ino_t)inode, size, count, exporter_name, matched > 4 ? name : ""); in ReadDmaBufInfo()
236 free(exporter_name); in ReadDmaBufInfo()