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

  /frameworks/base/core/java/android/view/
WindowManagerGlobal.java 456 public void dumpGfxInfo(FileDescriptor fd) {
474 renderer.dumpGfxInfo(pw);
486 root.dumpGfxInfo(info);
HardwareRenderer.java 341 abstract void dumpGfxInfo(PrintWriter pw);
912 void dumpGfxInfo(PrintWriter pw) {
    [all...]
ViewRootImpl.java     [all...]
  /frameworks/base/core/java/android/app/
IApplicationThread.java 131 void dumpGfxInfo(FileDescriptor fd, String[] args) throws RemoteException;
ApplicationThreadNative.java 553 dumpGfxInfo(fd.getFileDescriptor(), args);
    [all...]
ActivityThread.java     [all...]
  /frameworks/base/services/java/com/android/server/am/
ActivityManagerService.java     [all...]

Completed in 293 milliseconds