Home
last modified time | relevance | path

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

/system/memory/libmeminfo/libdmabufinfo/
Ddmabuf_sysfs_stats.cpp103 auto exp_stats = stats->exporter_info_.find(info.exp_name); in GetDmabufSysfsStats() local
104 if (exp_stats != stats->exporter_info_.end()) { in GetDmabufSysfsStats()
105 exp_stats->second.size += info.size; in GetDmabufSysfsStats()
106 exp_stats->second.buffer_count++; in GetDmabufSysfsStats()