Searched refs:wsa (Results 1 – 2 of 2) sorted by relevance
509 final WindowStateAnimator wsa = w.mWinAnimator; in reclaimSomeSurfaceMemory() local510 if (wsa.mSurfaceController != null) { in reclaimSomeSurfaceMemory()511 pidCandidates.append(wsa.mSession.mPid, wsa.mSession.mPid); in reclaimSomeSurfaceMemory()
2437 final WindowStateAnimator wsa = w.mWinAnimator; in destroyLeakedSurfaces()2438 if (wsa.mSurfaceController == null) { in destroyLeakedSurfaces()2441 if (!mService.mSessions.contains(wsa.mSession)) { in destroyLeakedSurfaces()2443 + w + " surface=" + wsa.mSurfaceController in destroyLeakedSurfaces()2447 wsa.destroySurface(); in destroyLeakedSurfaces()2452 + w + " surface=" + wsa.mSurfaceController in destroyLeakedSurfaces()2455 wsa.destroySurface(); in destroyLeakedSurfaces()