Searched refs:newVideoState (Results 1 – 4 of 4) sorted by relevance
1025 int newVideoState = ImsCallProfile in updateMediaCapabilities() local1028 if (oldVideoState != newVideoState) { in updateMediaCapabilities()1036 !VideoProfile.isPaused(newVideoState)) { in updateMediaCapabilities()1044 updateVideoState(newVideoState); in updateMediaCapabilities()1052 VideoProfile.isPaused(newVideoState)) { in updateMediaCapabilities()1176 private void updateVideoState(int newVideoState) { in updateVideoState() argument1178 mImsVideoCallProviderWrapper.onVideoStateChanged(newVideoState); in updateVideoState()1180 setVideoState(newVideoState); in updateVideoState()1181 mOwner.getPhone().getVoiceCallSessionStats().onVideoStateChange(this, newVideoState); in updateVideoState()1616 int newVideoState = responseProfile.getVideoState(); in onReceiveSessionModifyResponse() local[all …]
371 int newVideoState = ImsCallProfile.getVideoStateFromCallType(state.getCallType()); in updateExistingConnection() local372 if (newVideoState != connection.getVideoState()) { in updateExistingConnection()373 connection.setVideoState(newVideoState); in updateExistingConnection()377 boolean isCallPullPermitted = isCallPullPermitted(state.isCallPullable(), newVideoState); in updateExistingConnection()
5573 private void modifyVideoCall(ImsCall imsCall, int newVideoState) { in modifyVideoCall() argument5579 new VideoProfile(oldVideoState), new VideoProfile(newVideoState)); in modifyVideoCall()
583 public void onVideoStateChanged(int newVideoState) { in onVideoStateChanged() argument584 if (VideoProfile.isPaused(mCurrentVideoState) && !VideoProfile.isPaused(newVideoState)) { in onVideoStateChanged()589 VideoProfile.videoStateToString(newVideoState))); in onVideoStateChanged()595 VideoProfile.videoStateToString(newVideoState))); in onVideoStateChanged()597 mCurrentVideoState = newVideoState; in onVideoStateChanged()