Searched refs:graphics_mem (Results 1 – 1 of 1) sorted by relevance
167 struct graphics_memory_pss* graphics_mem) in read_memtrack_memory() argument180 graphics_mem->graphics = pss / 1024; in read_memtrack_memory()187 graphics_mem->gl = pss / 1024; in read_memtrack_memory()194 graphics_mem->other = pss / 1024; in read_memtrack_memory()202 static int read_memtrack_memory(int pid, struct graphics_memory_pss* graphics_mem) in read_memtrack_memory() argument214 int err = read_memtrack_memory(p, pid, graphics_mem); in read_memtrack_memory()425 struct graphics_memory_pss graphics_mem; in android_os_Debug_getDirtyPagesPid() local426 if (read_memtrack_memory(pid, &graphics_mem) == 0) { in android_os_Debug_getDirtyPagesPid()427 stats[HEAP_GRAPHICS].pss = graphics_mem.graphics; in android_os_Debug_getDirtyPagesPid()428 stats[HEAP_GRAPHICS].privateDirty = graphics_mem.graphics; in android_os_Debug_getDirtyPagesPid()[all …]