Searched refs:dumpGraphicsMemory (Results 1 – 5 of 5) sorted by relevance
39 android::uirenderer::renderthread::RenderProxy::dumpGraphicsMemory(fd); in android_app_ActivityThread_dumpGraphics()
112 void dumpGraphicsMemory(int fd);
107 ANDROID_API static void dumpGraphicsMemory(int fd);
245 void RenderProxy::dumpGraphicsMemory(int fd) { in dumpGraphicsMemory() function in android::uirenderer::renderthread::RenderProxy248 thread.queue().runSync([&]() { thread.dumpGraphicsMemory(fd); }); in dumpGraphicsMemory()
252 void RenderThread::dumpGraphicsMemory(int fd) { in dumpGraphicsMemory() function in android::uirenderer::renderthread::RenderThread