Searched refs:logSurface (Results 1 – 3 of 3) sorted by relevance
/frameworks/base/services/core/java/com/android/server/wm/ |
D | WindowStateAnimator.java | 480 if (SHOW_TRANSACTIONS) WindowManagerService.logSurface( in finishExit() 496 if (WindowManagerService.SHOW_TRANSACTIONS) WindowManagerService.logSurface(mWin, in hide() 899 WindowManagerService.logSurface(w, "CREATE pos=(" in createSurfaceLocked() 970 WindowManagerService.logSurface(mWin, "DESTROY PENDING", e); in destroySurfaceLocked() 983 WindowManagerService.logSurface(mWin, "DESTROY", e); in destroySurfaceLocked() 1010 WindowManagerService.logSurface(mWin, "DESTROY PENDING", e); in destroyDeferredSurfaceLocked() 1364 if (WindowManagerService.SHOW_TRANSACTIONS) WindowManagerService.logSurface(w, in updateSurfaceWindowCrop() 1417 if (WindowManagerService.SHOW_TRANSACTIONS) WindowManagerService.logSurface(w, in setSurfaceBoundariesLocked() 1436 if (WindowManagerService.SHOW_TRANSACTIONS) WindowManagerService.logSurface(w, in setSurfaceBoundariesLocked() 1516 if (WindowManagerService.SHOW_TRANSACTIONS) WindowManagerService.logSurface(w, in prepareSurfaceLocked() [all …]
|
D | AppWindowAnimator.java | 190 if (WindowManagerService.SHOW_TRANSACTIONS) WindowManagerService.logSurface(thumbnail, in stepThumbnailAnimation() 194 if (WindowManagerService.SHOW_TRANSACTIONS) WindowManagerService.logSurface(thumbnail, in stepThumbnailAnimation()
|
D | WindowManagerService.java | 2811 static void logSurface(WindowState w, String msg, RuntimeException where) { in logSurface() method 2820 static void logSurface(SurfaceControl s, String title, String msg, RuntimeException where) { in logSurface() method 10346 if (SHOW_TRANSACTIONS) logSurface(ws, "LEAK DESTROY", null); in reclaimSomeSurfaceMemoryLocked() 10357 if (SHOW_TRANSACTIONS) logSurface(ws, "LEAK DESTROY", null); in reclaimSomeSurfaceMemoryLocked() 10404 if (SHOW_TRANSACTIONS || SHOW_SURFACE_ALLOC) logSurface(winAnimator.mWin, in reclaimSomeSurfaceMemoryLocked()
|