Searched refs:wsa (Results 1 – 2 of 2) sorted by relevance
4055 final WindowStateAnimator wsa = w.mWinAnimator; in destroyLeakedSurfaces()4056 if (wsa.mSurfaceController == null) { in destroyLeakedSurfaces()4059 if (!mWmService.mSessions.contains(wsa.mSession)) { in destroyLeakedSurfaces()4061 + w + " surface=" + wsa.mSurfaceController in destroyLeakedSurfaces()4065 wsa.destroySurface(t); in destroyLeakedSurfaces()4070 + w + " surface=" + wsa.mSurfaceController in destroyLeakedSurfaces()4073 wsa.destroySurface(t); in destroyLeakedSurfaces()
695 final WindowStateAnimator wsa = w.mWinAnimator; in reclaimSomeSurfaceMemory() local696 if (wsa.mSurfaceController != null) { in reclaimSomeSurfaceMemory()697 pidCandidates.append(wsa.mSession.mPid, wsa.mSession.mPid); in reclaimSomeSurfaceMemory()