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.java327 int fromVideoState = fromProfile.getVideoState(); in onSendSessionModifyRequest() local
444 int fromVideoState = fromProfile.getVideoState(); in maybeFilterPauseResume() local
456 VideoProfile.isPaused(fromVideoState) && in maybeFilterPauseResume()
459 boolean isPauseRequest = isPauseRequest(fromVideoState, toVideoState) || isPauseSpecialCase; in maybeFilterPauseResume()
460 boolean isResumeRequest = isResumeRequest(fromVideoState, toVideoState); in maybeFilterPauseResume()
463 VideoProfile.videoStateToString(fromVideoState), in maybeFilterPauseResume()
476 boolean isTurnOffCameraRequest = isTurnOffCameraRequest(fromVideoState, toVideoState); in maybeFilterPauseResume()
477 boolean isTurnOnCameraRequest = isTurnOnCameraRequest(fromVideoState, toVideoState); in maybeFilterPauseResume()
492 VideoProfile.videoStateToString(fromVideoState), in maybeFilterPauseResume()
497 VideoProfile.videoStateToString(fromVideoState), in maybeFilterPauseResume()
[all …]