Searched refs:graphics_mem (Results 1 – 1 of 1) sorted by relevance
172 struct graphics_memory_pss* graphics_mem) in read_memtrack_memory() argument185 graphics_mem->graphics = pss / 1024; in read_memtrack_memory()192 graphics_mem->gl = pss / 1024; in read_memtrack_memory()199 graphics_mem->other = pss / 1024; in read_memtrack_memory()207 static int read_memtrack_memory(int pid, struct graphics_memory_pss* graphics_mem) in read_memtrack_memory() argument219 int err = read_memtrack_memory(p, pid, graphics_mem); in read_memtrack_memory()440 struct graphics_memory_pss graphics_mem; in android_os_Debug_getDirtyPagesPid() local441 if (read_memtrack_memory(pid, &graphics_mem) == 0) { in android_os_Debug_getDirtyPagesPid()442 stats[HEAP_GRAPHICS].pss = graphics_mem.graphics; in android_os_Debug_getDirtyPagesPid()443 stats[HEAP_GRAPHICS].privateDirty = graphics_mem.graphics; in android_os_Debug_getDirtyPagesPid()[all …]