Home
last modified time | relevance | path

Searched defs:newVideoState (Results 1 – 11 of 11) sorted by relevance

/aosp12/frameworks/opt/telephony/src/java/com/android/internal/telephony/imsphone/
H A DImsPhoneConnection.java996 int newVideoState = ImsCallProfile in updateMediaCapabilities() local
1147 private void updateVideoState(int newVideoState) { in updateVideoState()
1477 int newVideoState = responseProfile.getVideoState(); in onReceiveSessionModifyResponse() local
1566 int newVideoState = getVideoState() | VideoProfile.STATE_PAUSED; in changeToPausedState() local
1574 int newVideoState = getVideoState() & ~VideoProfile.STATE_PAUSED; in changeToUnPausedState() local
H A DImsExternalCallTracker.java363 int newVideoState = ImsCallProfile.getVideoStateFromCallType(state.getCallType()); in updateExistingConnection() local
H A DImsPhoneCallTracker.java4757 private void modifyVideoCall(ImsCall imsCall, int newVideoState) { in modifyVideoCall()
/aosp12/packages/apps/Dialer/java/com/android/incallui/videotech/ims/
H A DImsVideoCallCallback.java63 int newVideoState = ImsVideoTech.getUnpausedVideoState(videoProfile.getVideoState()); in onSessionModifyRequestReceived() local
H A DImsVideoTech.java150 int newVideoState = call.getDetails().getVideoState(); in onCallStateChanged() local
/aosp12/packages/services/Telecomm/src/com/android/server/telecom/
H A DCallsManagerListenerBase.java72 public void onVideoStateChanged(Call call, int previousVideoState, int newVideoState) { in onVideoStateChanged()
H A DCallAudioManager.java255 int newVideoState = videoProfile.getVideoState(); in onSessionModifyRequestReceived() local
338 public void onVideoStateChanged(Call call, int previousVideoState, int newVideoState) { in onVideoStateChanged()
H A DCallsManager.java173 void onVideoStateChanged(Call call, int previousVideoState, int newVideoState); in onVideoStateChanged()
1015 public void onVideoStateChanged(Call call, int previousVideoState, int newVideoState) { in onVideoStateChanged()
H A DCall.java146 void onVideoStateChanged(Call call, int previousVideoState, int newVideoState); in onVideoStateChanged()
219 public void onVideoStateChanged(Call call, int previousVideoState, int newVideoState) {} in onVideoStateChanged()
4041 public void maybeEnableSpeakerForVideoUpgrade(@VideoProfile.VideoState int newVideoState) { in maybeEnableSpeakerForVideoUpgrade()
/aosp12/frameworks/opt/net/ims/src/java/com/android/ims/internal/
H A DImsVideoCallProviderWrapper.java583 public void onVideoStateChanged(int newVideoState) { in onVideoStateChanged()
/aosp12/packages/apps/Dialer/java/com/android/incallui/
H A DVideoCallPresenter.java785 int newVideoState = call.getVideoState(); in adjustVideoMode() local