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 416 public void dumpGfxInfo(FileDescriptor fd) {
433 renderer.dumpGfxInfo(pw);
445 root.dumpGfxInfo(info);
HardwareRenderer.java 363 abstract void dumpGfxInfo(PrintWriter pw);
990 void dumpGfxInfo(PrintWriter pw) {
    [all...]
ViewRootImpl.java     [all...]
  /frameworks/base/core/java/android/app/
IApplicationThread.java 132 void dumpGfxInfo(FileDescriptor fd, String[] args) throws RemoteException;
ApplicationThreadNative.java 550 dumpGfxInfo(fd.getFileDescriptor(), args);
    [all...]
ActivityThread.java     [all...]
  /frameworks/base/services/java/com/android/server/am/
ActivityManagerService.java     [all...]

Completed in 98 milliseconds