Searched refs:getVideoCall (Results 1 – 4 of 4) sorted by relevance
64 if (call.getVideoCall() == null) { in isAvailable()123 call.getVideoCall().registerCallback(callback); in onCallStateChanged()171 call.getVideoCall() in upgradeToVideo()183 call.getVideoCall().sendSessionModifyResponse(new VideoProfile(requestedVideoState)); in acceptVideoRequest()193 call.getVideoCall().sendSessionModifyResponse(new VideoProfile(VideoProfile.STATE_AUDIO_ONLY)); in acceptVideoRequestAsAudio()201 call.getVideoCall() in declineVideoRequest()219 call.getVideoCall() in stopTransmission()231 call.getVideoCall() in resumeTransmission()247 call.getVideoCall().sendSessionModifyRequest(new VideoProfile(pausedVideoState)); in pause()267 call.getVideoCall().sendSessionModifyRequest(new VideoProfile(unpausedVideoState)); in unpause()[all …]
166 if (call.getVideoCall() != null) { in clearCalls()167 call.getVideoCall().destroy(); in clearCalls()188 InCallService.VideoCall videoCall = call.getVideoCall(); in sendUpgradeToVideoRequest()209 InCallService.VideoCall videoCall = call.getVideoCall(); in sendUpgradeToVideoResponse()
426 enableCamera(mPrimaryCall.getVideoCall(), isCameraRequired()); in onCameraPermissionGranted()605 enableCamera(call.getVideoCall(), true); in checkForCallStateChange()653 mVideoCall = call.getVideoCall(); in updateCallCache()718 final VideoCall videoCall = call.getVideoCall(); in checkForVideoCallChange()736 final VideoCall videoCall = call == null ? null : call.getVideoCall(); in changeVideoCall()769 VideoCall videoCall = call.getVideoCall(); in adjustVideoMode()
798 public VideoCall getVideoCall() { in getVideoCall() method in DialerCall799 return mTelecomCall == null ? null : mTelecomCall.getVideoCall(); in getVideoCall()