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