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.java328 int toVideoState = toProfile.getVideoState(); in onSendSessionModifyRequest() local
445 int toVideoState = toProfile.getVideoState(); in maybeFilterPauseResume() local
457 VideoProfile.isPaused(toVideoState)); in maybeFilterPauseResume()
459 boolean isPauseRequest = isPauseRequest(fromVideoState, toVideoState) || isPauseSpecialCase; in maybeFilterPauseResume()
460 boolean isResumeRequest = isResumeRequest(fromVideoState, toVideoState); in maybeFilterPauseResume()
464 VideoProfile.videoStateToString(toVideoState))); in maybeFilterPauseResume()
472 toVideoState = toVideoState & ~VideoProfile.STATE_PAUSED; in maybeFilterPauseResume()
473 toProfile = new VideoProfile(toVideoState, toProfile.getQuality()); in maybeFilterPauseResume()
476 boolean isTurnOffCameraRequest = isTurnOffCameraRequest(fromVideoState, toVideoState); in maybeFilterPauseResume()
477 boolean isTurnOnCameraRequest = isTurnOnCameraRequest(fromVideoState, toVideoState); in maybeFilterPauseResume()
[all …]