Lines Matching refs:videoCall

100   private VideoCall videoCall;  field in VideoCallPresenter
661 videoCall = null; in updateCallCache()
665 videoCall = call.getVideoCall(); in updateCallCache()
734 final VideoCall videoCall = call.getVideoCall(); in checkForVideoCallChange() local
738 videoCall, in checkForVideoCallChange()
739 this.videoCall); in checkForVideoCallChange()
740 if (!Objects.equals(videoCall, this.videoCall)) { in checkForVideoCallChange()
752 final VideoCall videoCall = call == null ? null : call.getVideoCall(); in changeVideoCall() local
756 videoCall, in changeVideoCall()
757 this.videoCall); in changeVideoCall()
758 final boolean hasChanged = this.videoCall == null && videoCall != null; in changeVideoCall()
760 this.videoCall = videoCall; in changeVideoCall()
761 if (this.videoCall == null) { in changeVideoCall()
784 VideoCall videoCall = call.getVideoCall(); in adjustVideoMode() local
790 videoCall, in adjustVideoMode()
805 if (videoCall != null) { in adjustVideoMode()
810 videoCall.setDisplaySurface(surface); in adjustVideoMode()
815 videoCall.setDeviceOrientation(deviceOrientation); in adjustVideoMode()
976 videoCall.setPreviewSurface(surface); in onCameraDimensionsChange()
1175 if (videoCall == null) { in onSurfaceCreated()
1184 videoCall.setPreviewSurface(videoCallSurface.getSavedSurface()); in onSurfaceCreated()
1192 if (videoCall == null) { in onSurfaceReleased()
1197 videoCall.setPreviewSurface(null); in onSurfaceReleased()
1203 if (videoCall == null) { in onSurfaceDestroyed()
1231 if (videoCall == null) { in onSurfaceCreated()
1235 videoCall.setDisplaySurface(videoCallSurface.getSavedSurface()); in onSurfaceCreated()
1240 if (videoCall == null) { in onSurfaceReleased()
1244 videoCall.setDisplaySurface(null); in onSurfaceReleased()