Searched defs:newVideoState (Results 1 – 4 of 4) sorted by relevance
867 int newVideoState = ImsCallProfile in updateMediaCapabilities() local968 private void updateVideoState(int newVideoState) { in updateVideoState()1218 int newVideoState = responseProfile.getVideoState(); in onReceiveSessionModifyResponse() local1307 int newVideoState = getVideoState() | VideoProfile.STATE_PAUSED; in changeToPausedState() local1315 int newVideoState = getVideoState() & ~VideoProfile.STATE_PAUSED; in changeToUnPausedState() local
363 int newVideoState = ImsCallProfile.getVideoStateFromCallType(state.getCallType()); in updateExistingConnection() local
3544 private void modifyVideoCall(ImsCall imsCall, int newVideoState) { in modifyVideoCall()
571 public void onVideoStateChanged(int newVideoState) { in onVideoStateChanged()