Searched refs:getVideoCall (Results 1 – 6 of 6) sorted by relevance
63 if (call.getVideoCall() == null) { in isAvailable()133 call.getVideoCall().registerCallback(callback); in onCallStateChanged()181 call.getVideoCall() in upgradeToVideo()193 call.getVideoCall().sendSessionModifyResponse(new VideoProfile(requestedVideoState)); in acceptVideoRequest()202 call.getVideoCall().sendSessionModifyResponse(new VideoProfile(VideoProfile.STATE_AUDIO_ONLY)); in acceptVideoRequestAsAudio()209 call.getVideoCall() in declineVideoRequest()227 call.getVideoCall() in stopTransmission()240 call.getVideoCall() in resumeTransmission()272 call.getVideoCall().sendSessionModifyRequest(new VideoProfile(pausedVideoState)); in pause()276 call.getVideoCall().setCamera(null); in pause()[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()
201 public InCallService.VideoCall getVideoCall() { in getVideoCall() method in BluetoothCall202 return mCall.getVideoCall(); in getVideoCall()
665 videoCall = call.getVideoCall(); in updateCallCache()734 final VideoCall videoCall = call.getVideoCall(); in checkForVideoCallChange()752 final VideoCall videoCall = call == null ? null : call.getVideoCall(); in changeVideoCall()784 VideoCall videoCall = call.getVideoCall(); in adjustVideoMode()
1050 public VideoCall getVideoCall() { in getVideoCall() method in DialerCall1051 return telecomCall == null ? null : telecomCall.getVideoCall(); in getVideoCall()