Searched refs:newVideoState (Results 1 – 4 of 4) sorted by relevance
972 int newVideoState = ImsCallProfile in updateMediaCapabilities() local975 if (oldVideoState != newVideoState) { in updateMediaCapabilities()983 !VideoProfile.isPaused(newVideoState)) { in updateMediaCapabilities()991 updateVideoState(newVideoState); in updateMediaCapabilities()999 VideoProfile.isPaused(newVideoState)) { in updateMediaCapabilities()1092 private void updateVideoState(int newVideoState) { in updateVideoState() argument1094 mImsVideoCallProviderWrapper.onVideoStateChanged(newVideoState); in updateVideoState()1096 setVideoState(newVideoState); in updateVideoState()1391 int newVideoState = responseProfile.getVideoState(); in onReceiveSessionModifyResponse() local1399 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()
4484 private void modifyVideoCall(ImsCall imsCall, int newVideoState) { in modifyVideoCall() argument4490 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()