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.cpp109 auto exp_stats = stats->exporter_info_.find(info.exp_name); in GetDmabufSysfsStats() local
110 if (exp_stats != stats->exporter_info_.end()) { in GetDmabufSysfsStats()
111 exp_stats->second.size += info.size; in GetDmabufSysfsStats()
112 exp_stats->second.buffer_count++; in GetDmabufSysfsStats()