Searched defs:logSurface (Results 1 - 1 of 1) sorted by last modified time

/frameworks/base/services/core/java/com/android/server/wm/
H A DWindowManagerService.java2811 static void logSurface(WindowState w, String msg, RuntimeException where) { method in class:WindowManagerService
2820 static void logSurface(SurfaceControl s, String title, String msg, RuntimeException where) { method in class:WindowManagerService
10346 if (SHOW_TRANSACTIONS) logSurface(ws, "LEAK DESTROY", null);
10357 if (SHOW_TRANSACTIONS) logSurface(ws, "LEAK DESTROY", null);
10404 if (SHOW_TRANSACTIONS || SHOW_SURFACE_ALLOC) logSurface(winAnimator.mWin,

Completed in 53 milliseconds