Searched refs:fromVideoState (Results 1 – 1 of 1) sorted by relevance
327 int fromVideoState = fromProfile.getVideoState(); in onSendSessionModifyRequest() local444 int fromVideoState = fromProfile.getVideoState(); in maybeFilterPauseResume() local456 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 …]