Searched refs:ForEachExistingVma (Results 1 – 5 of 5) sorted by relevance
57 bool ForEachExistingVma(const ::android::meminfo::VmaCallback& callback) { in ForEachExistingVma() function58 return procmem_.ForEachExistingVma(callback); in ForEachExistingVma()
93 bool ForEachExistingVma(const VmaCallback& callback);
1135 success = proc.ForEachExistingVma(showmap::collect_vma); in run_showmap()1145 success = proc.ForEachExistingVma(showmap::collect_vma); in run_showmap()
284 bool ProcMemInfo::ForEachExistingVma(const VmaCallback& callback) { in ForEachExistingVma() function in android::meminfo::ProcMemInfo
396 EXPECT_TRUE(proc_mem.ForEachExistingVma(collect_vmas)); in TEST()