Searched refs:mVideoCallImpl (Results 1 – 1 of 1) sorted by relevance
1540 private VideoCallImpl mVideoCallImpl; field in Call2128 return mVideoCallImpl; in getVideoCall()2315 IVideoProvider previousVideoProvider = mVideoCallImpl == null ? null : in internalUpdate()2316 mVideoCallImpl.getVideoProvider(); in internalUpdate()2324 if (mVideoCallImpl != null) { in internalUpdate()2325 mVideoCallImpl.destroy(); in internalUpdate()2327 mVideoCallImpl = parcelableCall.isVideoCallProviderChanged() ? in internalUpdate()2331 if (mVideoCallImpl != null) { in internalUpdate()2332 mVideoCallImpl.setVideoState(getDetails().getVideoState()); in internalUpdate()2419 fireVideoCallChanged(mVideoCallImpl); in internalUpdate()