Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/view/
DWindowManagerGlobal.java490 public void dumpGfxInfo(FileDescriptor fd, String[] args) { in dumpGfxInfo() method in WindowManagerGlobal
507 renderer.dumpGfxInfo(pw, fd, args); in dumpGfxInfo()
519 root.dumpGfxInfo(info); in dumpGfxInfo()
DHardwareRenderer.java280 abstract void dumpGfxInfo(PrintWriter pw, FileDescriptor fd, String[] args); in dumpGfxInfo() method in HardwareRenderer
DThreadedRenderer.java251 void dumpGfxInfo(PrintWriter pw, FileDescriptor fd, String[] args) { in dumpGfxInfo() method in ThreadedRenderer
DViewRootImpl.java5551 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.java560 dumpGfxInfo(fd.getFileDescriptor(), args); in onTransact()
1278 public void dumpGfxInfo(FileDescriptor fd, String[] args) throws RemoteException { in dumpGfxInfo() method in ApplicationThreadProxy
DActivityThread.java1102 public void dumpGfxInfo(FileDescriptor fd, String[] args) { in dumpGfxInfo() method in ActivityThread.ApplicationThread
1104 WindowManagerGlobal.getInstance().dumpGfxInfo(fd, args); in dumpGfxInfo()
/frameworks/base/services/core/java/com/android/server/am/
DActivityManagerService.java14412 r.thread.dumpGfxInfo(tp.getWriteFd().getFileDescriptor(), args); in dumpGraphicsHardwareUsage()