Searched refs:mSavedSurface (Results 1 – 1 of 1) sorted by relevance
123 private Surface mSavedSurface; field in VideoCallFragment.VideoCallSurface269 + " SavedSurface=" + mSavedSurface); in onSurfaceTextureDestroyed()277 if (mSavedSurface != null) { in onSurfaceTextureDestroyed()278 mSavedSurface.release(); in onSurfaceTextureDestroyed()279 mSavedSurface = null; in onSurfaceTextureDestroyed()329 Log.d(this, "setDoneWithSurface: SavedSurface=" + mSavedSurface in setDoneWithSurface()336 if (mSavedSurface != null) { in setDoneWithSurface()338 mSavedSurface.release(); in setDoneWithSurface()339 mSavedSurface = null; in setDoneWithSurface()361 return mSavedSurface; in getSurface()[all …]