Searched refs:toProfile (Results 1 – 4 of 4) sorted by relevance
436 public void onSendSessionModifyRequest(VideoProfile fromProfile, VideoProfile toProfile) { in onSendSessionModifyRequest() argument438 logFromInCall("sendSessionModifyRequest: from=" + fromProfile + " to=" + toProfile); in onSendSessionModifyRequest()440 VideoProfile.videoStateToString(toProfile.getVideoState())); in onSendSessionModifyRequest()442 && VideoProfile.isVideo(toProfile.getVideoState())) { in onSendSessionModifyRequest()444 mCall.maybeEnableSpeakerForVideoUpgrade(toProfile.getVideoState()); in onSendSessionModifyRequest()448 toProfile.getVideoState()); in onSendSessionModifyRequest()450 mConectionServiceVideoProvider.sendSessionModifyRequest(fromProfile, toProfile); in onSendSessionModifyRequest()
178 VideoProfile toProfile = new VideoProfile(Integer.parseInt(event.data2)); in handleSessionModifyRequest() local179 setVideoState(toProfile.getVideoState()); in handleSessionModifyRequest()182 Connection.VideoProvider.SESSION_MODIFY_REQUEST_SUCCESS, fromProfile, toProfile); in handleSessionModifyRequest()
98 public void onSendSessionModifyRequest(VideoProfile fromProfile, VideoProfile toProfile) { in onSendSessionModifyRequest() argument104 Integer.toString(toProfile.getVideoState()))); in onSendSessionModifyRequest()
113 public void onSendSessionModifyRequest(VideoProfile fromProfile, VideoProfile toProfile) { in onSendSessionModifyRequest() argument115 fromProfile, toProfile); in onSendSessionModifyRequest()