Searched refs:wsa (Results 1 – 2 of 2) sorted by relevance
498 final WindowStateAnimator wsa = w.mWinAnimator; in reclaimSomeSurfaceMemory() local499 if (wsa.mSurfaceController != null) { in reclaimSomeSurfaceMemory()500 pidCandidates.append(wsa.mSession.mPid, wsa.mSession.mPid); in reclaimSomeSurfaceMemory()
2278 final WindowStateAnimator wsa = w.mWinAnimator; in destroyLeakedSurfaces()2279 if (wsa.mSurfaceController == null) { in destroyLeakedSurfaces()2282 if (!mService.mSessions.contains(wsa.mSession)) { in destroyLeakedSurfaces()2284 + w + " surface=" + wsa.mSurfaceController in destroyLeakedSurfaces()2288 wsa.destroySurface(); in destroyLeakedSurfaces()2293 + w + " surface=" + wsa.mSurfaceController in destroyLeakedSurfaces()2297 wsa.destroySurface(); in destroyLeakedSurfaces()