Lines Matching refs:LocalAndRemoteSdp
160 LocalAndRemoteSdp SignalingInterceptor::PatchOffer( in PatchOffer()
190 return LocalAndRemoteSdp(std::move(offer), std::move(offer_for_remote)); in PatchOffer()
193 LocalAndRemoteSdp SignalingInterceptor::PatchVp8Offer( in PatchVp8Offer()
198 return LocalAndRemoteSdp(std::move(offer), std::move(offer_for_remote)); in PatchVp8Offer()
296 return LocalAndRemoteSdp(std::move(offer), std::move(patched_offer)); in PatchVp8Offer()
299 LocalAndRemoteSdp SignalingInterceptor::PatchVp9Offer( in PatchVp9Offer()
353 return LocalAndRemoteSdp(std::move(offer), std::move(offer_for_remote)); in PatchVp9Offer()
356 LocalAndRemoteSdp SignalingInterceptor::PatchAnswer( in PatchAnswer()
382 return LocalAndRemoteSdp(std::move(answer), std::move(answer_for_remote)); in PatchAnswer()
385 LocalAndRemoteSdp SignalingInterceptor::PatchVp8Answer( in PatchVp8Answer()
389 return LocalAndRemoteSdp(std::move(answer), std::move(answer_for_remote)); in PatchVp8Answer()
493 return LocalAndRemoteSdp(std::move(answer), std::move(patched_answer)); in PatchVp8Answer()
512 LocalAndRemoteSdp SignalingInterceptor::PatchVp9Answer( in PatchVp9Answer()
515 return LocalAndRemoteSdp(std::move(answer), std::move(answer_for_remote)); in PatchVp9Answer()