Searched defs:newVideoState (Results 1 – 11 of 11) sorted by relevance
/aosp12/frameworks/opt/telephony/src/java/com/android/internal/telephony/imsphone/ |
H A D | ImsPhoneConnection.java | 996 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 D | ImsExternalCallTracker.java | 363 int newVideoState = ImsCallProfile.getVideoStateFromCallType(state.getCallType()); in updateExistingConnection() local
|
H A D | ImsPhoneCallTracker.java | 4757 private void modifyVideoCall(ImsCall imsCall, int newVideoState) { in modifyVideoCall()
|
/aosp12/packages/apps/Dialer/java/com/android/incallui/videotech/ims/ |
H A D | ImsVideoCallCallback.java | 63 int newVideoState = ImsVideoTech.getUnpausedVideoState(videoProfile.getVideoState()); in onSessionModifyRequestReceived() local
|
H A D | ImsVideoTech.java | 150 int newVideoState = call.getDetails().getVideoState(); in onCallStateChanged() local
|
/aosp12/packages/services/Telecomm/src/com/android/server/telecom/ |
H A D | CallsManagerListenerBase.java | 72 public void onVideoStateChanged(Call call, int previousVideoState, int newVideoState) { in onVideoStateChanged()
|
H A D | CallAudioManager.java | 255 int newVideoState = videoProfile.getVideoState(); in onSessionModifyRequestReceived() local 338 public void onVideoStateChanged(Call call, int previousVideoState, int newVideoState) { in onVideoStateChanged()
|
H A D | CallsManager.java | 173 void onVideoStateChanged(Call call, int previousVideoState, int newVideoState); in onVideoStateChanged() 1015 public void onVideoStateChanged(Call call, int previousVideoState, int newVideoState) { in onVideoStateChanged()
|
H A D | Call.java | 146 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 D | ImsVideoCallProviderWrapper.java | 583 public void onVideoStateChanged(int newVideoState) { in onVideoStateChanged()
|
/aosp12/packages/apps/Dialer/java/com/android/incallui/ |
H A D | VideoCallPresenter.java | 785 int newVideoState = call.getVideoState(); in adjustVideoMode() local
|