Home
last modified time | relevance | path

Searched refs:toVideoState (Results 1 – 1 of 1) sorted by relevance

/frameworks/opt/net/ims/src/java/com/android/ims/internal/
DImsVideoCallProviderWrapper.java329 int toVideoState = toProfile.getVideoState(); in onSendSessionModifyRequest() local
446 int toVideoState = toProfile.getVideoState(); in maybeFilterPauseResume() local
458 VideoProfile.isPaused(toVideoState)); in maybeFilterPauseResume()
460 boolean isPauseRequest = isPauseRequest(fromVideoState, toVideoState) || isPauseSpecialCase; in maybeFilterPauseResume()
461 boolean isResumeRequest = isResumeRequest(fromVideoState, toVideoState); in maybeFilterPauseResume()
465 VideoProfile.videoStateToString(toVideoState))); in maybeFilterPauseResume()
473 toVideoState = toVideoState & ~VideoProfile.STATE_PAUSED; in maybeFilterPauseResume()
474 toProfile = new VideoProfile(toVideoState, toProfile.getQuality()); in maybeFilterPauseResume()
477 boolean isTurnOffCameraRequest = isTurnOffCameraRequest(fromVideoState, toVideoState); in maybeFilterPauseResume()
478 boolean isTurnOnCameraRequest = isTurnOnCameraRequest(fromVideoState, toVideoState); in maybeFilterPauseResume()
[all …]