Home
last modified time | relevance | path

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

/system/memory/libmeminfo/libdmabufinfo/include/dmabufinfo/
Ddmabuf_sysfs_stats.h47 return exporter_info_; in exporter_info()
56 std::unordered_map<std::string, struct DmabufTotal> exporter_info_; variable
/system/memory/libmeminfo/libdmabufinfo/
Ddmabuf_sysfs_stats.cpp103 auto exp_stats = stats->exporter_info_.find(info.exp_name); in GetDmabufSysfsStats()
104 if (exp_stats != stats->exporter_info_.end()) { in GetDmabufSysfsStats()
109 stats->exporter_info_[info.exp_name] = total; in GetDmabufSysfsStats()