Searched refs:surfaceController (Results 1 – 1 of 1) sorted by relevance
3032 WindowSurfaceController surfaceController = winAnimator.createSurfaceLocked(); in createSurfaceControl() local3033 if (surfaceController != null) { in createSurfaceControl()3034 surfaceController.getSurface(outSurface); in createSurfaceControl()9482 final WindowSurfaceController surfaceController = winAnimator.mSurfaceController; in reclaimSomeSurfaceMemoryLocked() local9561 if (surfaceController != null) { in reclaimSomeSurfaceMemoryLocked()10094 WindowSurfaceController surfaceController = windowState.mWinAnimator.mSurfaceController; in clearWindowContentFrameStats() local10095 if (surfaceController == null) { in clearWindowContentFrameStats()10098 return surfaceController.clearWindowContentFrameStats(); in clearWindowContentFrameStats()10113 WindowSurfaceController surfaceController = windowState.mWinAnimator.mSurfaceController; in getWindowContentFrameStats() local10114 if (surfaceController == null) { in getWindowContentFrameStats()[all …]