Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/view/
DWindowManagerGlobal.java462 public void dumpGfxInfo(FileDescriptor fd) { in dumpGfxInfo() method in WindowManagerGlobal
479 renderer.dumpGfxInfo(pw, fd); in dumpGfxInfo()
491 root.dumpGfxInfo(info); in dumpGfxInfo()
DHardwareRenderer.java281 abstract void dumpGfxInfo(PrintWriter pw, FileDescriptor fd); in dumpGfxInfo() method in HardwareRenderer
DThreadedRenderer.java236 void dumpGfxInfo(PrintWriter pw, FileDescriptor fd) { in dumpGfxInfo() method in ThreadedRenderer
DViewRootImpl.java5441 public void dumpGfxInfo(int[] info) { in dumpGfxInfo() method in ViewRootImpl
/frameworks/base/core/java/android/app/
DIApplicationThread.java135 void dumpGfxInfo(FileDescriptor fd, String[] args) throws RemoteException; in dumpGfxInfo() method
DApplicationThreadNative.java546 dumpGfxInfo(fd.getFileDescriptor(), args); in onTransact()
1233 public void dumpGfxInfo(FileDescriptor fd, String[] args) throws RemoteException { in dumpGfxInfo() method in ApplicationThreadProxy
DActivityThread.java1084 public void dumpGfxInfo(FileDescriptor fd, String[] args) { in dumpGfxInfo() method in ActivityThread.ApplicationThread
1086 WindowManagerGlobal.getInstance().dumpGfxInfo(fd); in dumpGfxInfo()
/frameworks/base/services/core/java/com/android/server/am/
DActivityManagerService.java13858 r.thread.dumpGfxInfo(tp.getWriteFd().getFileDescriptor(), args); in dumpGraphicsHardwareUsage()