Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/view/
DWindowManagerGlobal.java416 public void dumpGfxInfo(FileDescriptor fd) { in dumpGfxInfo() method in WindowManagerGlobal
433 renderer.dumpGfxInfo(pw); in dumpGfxInfo()
445 root.dumpGfxInfo(info); in dumpGfxInfo()
DHardwareRenderer.java363 abstract void dumpGfxInfo(PrintWriter pw); in dumpGfxInfo() method in HardwareRenderer
990 void dumpGfxInfo(PrintWriter pw) { in dumpGfxInfo() method in HardwareRenderer.GlRenderer
DViewRootImpl.java5216 public void dumpGfxInfo(int[] info) { in dumpGfxInfo() method in ViewRootImpl
/frameworks/base/core/java/android/app/
DIApplicationThread.java132 void dumpGfxInfo(FileDescriptor fd, String[] args) throws RemoteException; in dumpGfxInfo() method
DApplicationThreadNative.java550 dumpGfxInfo(fd.getFileDescriptor(), args); in onTransact()
1201 public void dumpGfxInfo(FileDescriptor fd, String[] args) throws RemoteException { in dumpGfxInfo() method in ApplicationThreadProxy
DActivityThread.java1016 public void dumpGfxInfo(FileDescriptor fd, String[] args) { in dumpGfxInfo() method in ActivityThread.ApplicationThread
1018 WindowManagerGlobal.getInstance().dumpGfxInfo(fd); in dumpGfxInfo()
/frameworks/base/services/java/com/android/server/am/
DActivityManagerService.java11723 r.thread.dumpGfxInfo(tp.getWriteFd().getFileDescriptor(), args); in dumpGraphicsHardwareUsage()