Searched refs:GetUsageStats (Results 1 – 3 of 3) sorted by relevance
59 bool GetUsageStats(bool get_wss, bool use_pageidle = false, bool swap_only = false);
399 if (!GetUsageStats(get_wss, use_pageidle, swap_only)) { in ReadMaps()406 bool ProcMemInfo::GetUsageStats(bool get_wss, bool use_pageidle, bool swap_only) { in GetUsageStats() function in android::meminfo::ProcMemInfo
157 ASSERT_TRUE(proc_mem.GetUsageStats(false)); in TEST()