HomeSort by relevance Sort by last modified time
    Searched refs:dumpGfxInfo (Results 1 - 8 of 8) sorted by null

  /frameworks/base/core/java/android/view/
HardwareRenderer.java 280 abstract void dumpGfxInfo(PrintWriter pw, FileDescriptor fd, String[] args);
WindowManagerGlobal.java 490 public void dumpGfxInfo(FileDescriptor fd, String[] args) {
507 renderer.dumpGfxInfo(pw, fd, args);
519 root.dumpGfxInfo(info);
ThreadedRenderer.java 251 void dumpGfxInfo(PrintWriter pw, FileDescriptor fd, String[] args) {
ViewRootImpl.java     [all...]
  /frameworks/base/core/java/android/app/
IApplicationThread.java 135 void dumpGfxInfo(FileDescriptor fd, String[] args) throws RemoteException;
ApplicationThreadNative.java 560 dumpGfxInfo(fd.getFileDescriptor(), args);
    [all...]
ActivityThread.java     [all...]
  /frameworks/base/services/core/java/com/android/server/am/
ActivityManagerService.java     [all...]

Completed in 379 milliseconds