Searched refs:newVideoState (Results 1 – 4 of 4) sorted by relevance
961 int newVideoState = ImsCallProfile in updateMediaCapabilities() local964 if (oldVideoState != newVideoState) { in updateMediaCapabilities()972 !VideoProfile.isPaused(newVideoState)) { in updateMediaCapabilities()980 updateVideoState(newVideoState); in updateMediaCapabilities()988 VideoProfile.isPaused(newVideoState)) { in updateMediaCapabilities()1081 private void updateVideoState(int newVideoState) { in updateVideoState() argument1083 mImsVideoCallProviderWrapper.onVideoStateChanged(newVideoState); in updateVideoState()1085 setVideoState(newVideoState); in updateVideoState()1388 int newVideoState = responseProfile.getVideoState(); in onReceiveSessionModifyResponse() local1396 int changedBits = currentVideoState ^ newVideoState; in onReceiveSessionModifyResponse()[all …]
363 int newVideoState = ImsCallProfile.getVideoStateFromCallType(state.getCallType()); in updateExistingConnection() local364 if (newVideoState != connection.getVideoState()) { in updateExistingConnection()365 connection.setVideoState(newVideoState); in updateExistingConnection()369 boolean isCallPullPermitted = isCallPullPermitted(state.isCallPullable(), newVideoState); in updateExistingConnection()
4472 private void modifyVideoCall(ImsCall imsCall, int newVideoState) { in modifyVideoCall() argument4478 new VideoProfile(oldVideoState), new VideoProfile(newVideoState)); in modifyVideoCall()
582 public void onVideoStateChanged(int newVideoState) { in onVideoStateChanged() argument583 if (VideoProfile.isPaused(mCurrentVideoState) && !VideoProfile.isPaused(newVideoState)) { in onVideoStateChanged()588 VideoProfile.videoStateToString(newVideoState))); in onVideoStateChanged()594 VideoProfile.videoStateToString(newVideoState))); in onVideoStateChanged()596 mCurrentVideoState = newVideoState; in onVideoStateChanged()