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.java328 int fromVideoState = fromProfile.getVideoState(); in onSendSessionModifyRequest() local
445 int fromVideoState = fromProfile.getVideoState(); in maybeFilterPauseResume() local
457 VideoProfile.isPaused(fromVideoState) && in maybeFilterPauseResume()
460 boolean isPauseRequest = isPauseRequest(fromVideoState, toVideoState) || isPauseSpecialCase; in maybeFilterPauseResume()
461 boolean isResumeRequest = isResumeRequest(fromVideoState, toVideoState); in maybeFilterPauseResume()
464 VideoProfile.videoStateToString(fromVideoState), in maybeFilterPauseResume()
477 boolean isTurnOffCameraRequest = isTurnOffCameraRequest(fromVideoState, toVideoState); in maybeFilterPauseResume()
478 boolean isTurnOnCameraRequest = isTurnOnCameraRequest(fromVideoState, toVideoState); in maybeFilterPauseResume()
493 VideoProfile.videoStateToString(fromVideoState), in maybeFilterPauseResume()
498 VideoProfile.videoStateToString(fromVideoState), in maybeFilterPauseResume()
[all …]