Home
last modified time | relevance | path

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

/frameworks/opt/net/ims/src/java/com/android/ims/internal/
DImsVideoCallProviderWrapper.java317 int fromVideoState = fromProfile.getVideoState(); in onSendSessionModifyRequest() local
433 int fromVideoState = fromProfile.getVideoState(); in maybeFilterPauseResume() local
445 VideoProfile.isPaused(fromVideoState) && in maybeFilterPauseResume()
448 boolean isPauseRequest = isPauseRequest(fromVideoState, toVideoState) || isPauseSpecialCase; in maybeFilterPauseResume()
449 boolean isResumeRequest = isResumeRequest(fromVideoState, toVideoState); in maybeFilterPauseResume()
452 VideoProfile.videoStateToString(fromVideoState), in maybeFilterPauseResume()
465 boolean isTurnOffCameraRequest = isTurnOffCameraRequest(fromVideoState, toVideoState); in maybeFilterPauseResume()
466 boolean isTurnOnCameraRequest = isTurnOnCameraRequest(fromVideoState, toVideoState); in maybeFilterPauseResume()
481 VideoProfile.videoStateToString(fromVideoState), in maybeFilterPauseResume()
486 VideoProfile.videoStateToString(fromVideoState), in maybeFilterPauseResume()
[all …]