Home
last modified time | relevance | path

Searched refs:dumpGfxInfo (Results 1 – 7 of 7) sorted by relevance

/frameworks/base/core/java/android/view/
DWindowManagerGlobal.java433 public void dumpGfxInfo(FileDescriptor fd) { in dumpGfxInfo() method in WindowManagerGlobal
451 renderer.dumpGfxInfo(pw); in dumpGfxInfo()
463 root.dumpGfxInfo(info); in dumpGfxInfo()
DHardwareRenderer.java316 abstract void dumpGfxInfo(PrintWriter pw); in dumpGfxInfo() method in HardwareRenderer
719 void dumpGfxInfo(PrintWriter pw) { in dumpGfxInfo() method in HardwareRenderer.GlRenderer
DViewRootImpl.java4043 public void dumpGfxInfo(int[] info) { in dumpGfxInfo() method in ViewRootImpl
/frameworks/base/core/java/android/app/
DIApplicationThread.java130 void dumpGfxInfo(FileDescriptor fd, String[] args) throws RemoteException; in dumpGfxInfo() method
DApplicationThreadNative.java549 dumpGfxInfo(fd.getFileDescriptor(), args); in onTransact()
1163 public void dumpGfxInfo(FileDescriptor fd, String[] args) throws RemoteException { in dumpGfxInfo() method in ApplicationThreadProxy
DActivityThread.java1092 public void dumpGfxInfo(FileDescriptor fd, String[] args) { in dumpGfxInfo() method in ActivityThread.ApplicationThread
1094 WindowManagerGlobal.getInstance().dumpGfxInfo(fd); in dumpGfxInfo()
/frameworks/base/services/java/com/android/server/am/
DActivityManagerService.java10242 r.thread.dumpGfxInfo(tp.getWriteFd().getFileDescriptor(), args); in dumpGraphicsHardwareUsage()