Searched refs:dumpGfxInfo (Results 1 – 8 of 8) sorted by relevance
462 public void dumpGfxInfo(FileDescriptor fd) { in dumpGfxInfo() method in WindowManagerGlobal479 renderer.dumpGfxInfo(pw, fd); in dumpGfxInfo()491 root.dumpGfxInfo(info); in dumpGfxInfo()
281 abstract void dumpGfxInfo(PrintWriter pw, FileDescriptor fd); in dumpGfxInfo() method in HardwareRenderer
236 void dumpGfxInfo(PrintWriter pw, FileDescriptor fd) { in dumpGfxInfo() method in ThreadedRenderer
5441 public void dumpGfxInfo(int[] info) { in dumpGfxInfo() method in ViewRootImpl
135 void dumpGfxInfo(FileDescriptor fd, String[] args) throws RemoteException; in dumpGfxInfo() method
546 dumpGfxInfo(fd.getFileDescriptor(), args); in onTransact()1233 public void dumpGfxInfo(FileDescriptor fd, String[] args) throws RemoteException { in dumpGfxInfo() method in ApplicationThreadProxy
1084 public void dumpGfxInfo(FileDescriptor fd, String[] args) { in dumpGfxInfo() method in ActivityThread.ApplicationThread1086 WindowManagerGlobal.getInstance().dumpGfxInfo(fd); in dumpGfxInfo()
13858 r.thread.dumpGfxInfo(tp.getWriteFd().getFileDescriptor(), args); in dumpGraphicsHardwareUsage()