Home
last modified time | relevance | path

Searched refs:logSurface (Results 1 – 5 of 5) sorted by relevance

/frameworks/base/services/core/java/com/android/server/wm/
DWindowSurfaceController.java114 private void logSurface(String msg, RuntimeException where) { in logSurface() method in WindowSurfaceController
138 if (SHOW_TRANSACTIONS) logSurface("HIDE ( " + reason + " )", null); in hide()
176 if (SHOW_TRANSACTIONS) logSurface( in setCropInTransaction()
201 if (SHOW_TRANSACTIONS) logSurface( in clearCropInTransaction()
230 if (SHOW_TRANSACTIONS) logSurface( in setPosition()
271 if (SHOW_TRANSACTIONS) logSurface( in setMatrix()
297 if (SHOW_TRANSACTIONS) logSurface( in setBufferSizeInTransaction()
357 if (SHOW_TRANSACTIONS) logSurface("isOpaque=" + isOpaque, in setOpaque()
374 if (SHOW_TRANSACTIONS) logSurface("isSecure=" + isSecure, in setSecure()
392 logSurface("isColorSpaceAgnostic=" + agnostic, null); in setColorSpaceAgnostic()
[all …]
DWindowStateAnimator.java365 if (SHOW_TRANSACTIONS) WindowManagerService.logSurface(mWin, "SET FREEZE LAYER", false); in preserveSurfaceLocked()
523 WindowManagerService.logSurface(w, "CREATE pos=(" in createSurfaceLocked()
599 WindowManagerService.logSurface(mWin, "DESTROY PENDING", true); in destroySurfaceLocked()
607 WindowManagerService.logSurface(mWin, "DESTROY", true); in destroySurfaceLocked()
636 WindowManagerService.logSurface(mWin, "DESTROY PENDING", true); in destroyDeferredSurfaceLocked()
1122 if (SHOW_TRANSACTIONS) WindowManagerService.logSurface(w, in prepareSurfaceLocked()
DRootWindowContainer.java53 import static com.android.server.wm.WindowManagerService.logSurface;
544 if (SHOW_TRANSACTIONS || SHOW_SURFACE_ALLOC) logSurface(winAnimator.mWin, in reclaimSomeSurfaceMemory()
DWindowManagerService.java1852 static void logSurface(WindowState w, String msg, boolean withStackTrace) { in logSurface() method in WindowManagerService
1861 static void logSurface(SurfaceControl s, String title, String msg) { in logSurface() method in WindowManagerService
1880 if (SHOW_TRANSACTIONS) WindowManagerService.logSurface(w, in setTransparentRegionWindow()
DDisplayContent.java139 import static com.android.server.wm.WindowManagerService.logSurface;
3218 if (SHOW_TRANSACTIONS) logSurface(w, "LEAK DESTROY", false); in destroyLeakedSurfaces()