Searched defs:newVideoState (Results 1 – 4 of 4) sorted by relevance
1025 int newVideoState = ImsCallProfile in updateMediaCapabilities() local1176 private void updateVideoState(int newVideoState) { in updateVideoState()1616 int newVideoState = responseProfile.getVideoState(); in onReceiveSessionModifyResponse() local1728 int newVideoState = getVideoState() | VideoProfile.STATE_PAUSED; in changeToPausedState() local1736 int newVideoState = getVideoState() & ~VideoProfile.STATE_PAUSED; in changeToUnPausedState() local
371 int newVideoState = ImsCallProfile.getVideoStateFromCallType(state.getCallType()); in updateExistingConnection() local
5573 private void modifyVideoCall(ImsCall imsCall, int newVideoState) { in modifyVideoCall()
583 public void onVideoStateChanged(int newVideoState) { in onVideoStateChanged()