• Home
  • Raw
  • Download

Lines Matching refs:PeerConnection

716 class PeerConnection::ImplicitCreateSessionDescriptionObserver
720 rtc::WeakPtr<PeerConnection> pc, in ImplicitCreateSessionDescriptionObserver()
781 rtc::WeakPtr<PeerConnection> pc_;
787 class PeerConnection::LocalIceCredentialsToReplace {
844 class PeerConnection::SetRemoteDescriptionObserverAdapter
848 rtc::scoped_refptr<PeerConnection> pc, in SetRemoteDescriptionObserverAdapter()
861 rtc::scoped_refptr<PeerConnection> pc_;
984 void PeerConnection::TransceiverStableState::set_newly_created() { in set_newly_created()
989 void PeerConnection::TransceiverStableState::SetMSectionIfUnset( in SetMSectionIfUnset()
999 void PeerConnection::TransceiverStableState::SetRemoteStreamIdsIfUnset( in SetRemoteStreamIdsIfUnset()
1033 PeerConnection::PeerConnection(PeerConnectionFactory* factory, in PeerConnection() function in webrtc::PeerConnection
1049 PeerConnection::~PeerConnection() { in ~PeerConnection()
1109 void PeerConnection::DestroyAllChannels() { in DestroyAllChannels()
1125 bool PeerConnection::Initialize( in Initialize()
1177 rtc::Bind(&PeerConnection::InitializePortAllocator_n, this, in Initialize()
1285 this, &PeerConnection::OnTransportControllerConnectionState); in Initialize()
1287 this, &PeerConnection::SetStandardizedIceConnectionState); in Initialize()
1289 this, &PeerConnection::SetConnectionState); in Initialize()
1291 this, &PeerConnection::OnTransportControllerGatheringState); in Initialize()
1293 this, &PeerConnection::OnTransportControllerCandidatesGathered); in Initialize()
1295 this, &PeerConnection::OnTransportControllerCandidateError); in Initialize()
1297 this, &PeerConnection::OnTransportControllerCandidatesRemoved); in Initialize()
1299 this, &PeerConnection::OnTransportControllerDtlsHandshakeError); in Initialize()
1301 this, &PeerConnection::OnTransportControllerCandidateChanged); in Initialize()
1342 this, &PeerConnection::OnCertificateReady); in Initialize()
1376 RTCError PeerConnection::ValidateConfiguration( in ValidateConfiguration()
1382 rtc::scoped_refptr<StreamCollectionInterface> PeerConnection::local_streams() { in local_streams()
1390 rtc::scoped_refptr<StreamCollectionInterface> PeerConnection::remote_streams() { in remote_streams()
1398 bool PeerConnection::AddStream(MediaStreamInterface* local_stream) { in AddStream()
1413 &PeerConnection::OnAudioTrackAdded); in AddStream()
1415 this, &PeerConnection::OnAudioTrackRemoved); in AddStream()
1417 &PeerConnection::OnVideoTrackAdded); in AddStream()
1419 this, &PeerConnection::OnVideoTrackRemoved); in AddStream()
1434 void PeerConnection::RemoveStream(MediaStreamInterface* local_stream) { in RemoveStream()
1463 RTCErrorOr<rtc::scoped_refptr<RtpSenderInterface>> PeerConnection::AddTrack( in AddTrack()
1496 PeerConnection::AddTrackPlanB( in AddTrackPlanB()
1538 PeerConnection::AddTrackUnifiedPlan( in AddTrackUnifiedPlan()
1580 PeerConnection::FindFirstTransceiverForAddedTrack( in FindFirstTransceiverForAddedTrack()
1595 bool PeerConnection::RemoveTrack(RtpSenderInterface* sender) { in RemoveTrack()
1600 RTCError PeerConnection::RemoveTrackNew( in RemoveTrackNew()
1642 PeerConnection::FindTransceiverBySender( in FindTransceiverBySender()
1653 PeerConnection::AddTransceiver( in AddTransceiver()
1659 PeerConnection::AddTransceiver( in AddTransceiver()
1681 PeerConnection::AddTransceiver(cricket::MediaType media_type) { in AddTransceiver()
1686 PeerConnection::AddTransceiver(cricket::MediaType media_type, in AddTransceiver()
1700 PeerConnection::AddTransceiver( in AddTransceiver()
1801 PeerConnection::CreateSender( in CreateSender()
1832 PeerConnection::CreateReceiver(cricket::MediaType media_type, in CreateReceiver()
1852 PeerConnection::CreateAndAddTransceiver( in CreateAndAddTransceiver()
1870 this, &PeerConnection::OnNegotiationNeeded); in CreateAndAddTransceiver()
1874 void PeerConnection::OnNegotiationNeeded() { in OnNegotiationNeeded()
1880 rtc::scoped_refptr<RtpSenderInterface> PeerConnection::CreateSender( in CreateSender()
1929 std::vector<rtc::scoped_refptr<RtpSenderInterface>> PeerConnection::GetSenders() in GetSenders()
1940 PeerConnection::GetSendersInternal() const { in GetSendersInternal()
1951 PeerConnection::GetReceivers() const { in GetReceivers()
1962 PeerConnection::GetReceiversInternal() const { in GetReceiversInternal()
1975 PeerConnection::GetTransceivers() const { in GetTransceivers()
1986 bool PeerConnection::GetStats(StatsObserver* observer, in GetStats()
2009 void PeerConnection::GetStats(RTCStatsCollectorCallback* callback) { in GetStats()
2017 void PeerConnection::GetStats( in GetStats()
2046 void PeerConnection::GetStats( in GetStats()
2075 PeerConnectionInterface::SignalingState PeerConnection::signaling_state() { in signaling_state()
2081 PeerConnection::ice_connection_state() { in ice_connection_state()
2087 PeerConnection::standardized_ice_connection_state() { in standardized_ice_connection_state()
2093 PeerConnection::peer_connection_state() { in peer_connection_state()
2099 PeerConnection::ice_gathering_state() { in ice_gathering_state()
2104 absl::optional<bool> PeerConnection::can_trickle_ice_candidates() { in can_trickle_ice_candidates()
2121 rtc::scoped_refptr<DataChannelInterface> PeerConnection::CreateDataChannel( in CreateDataChannel()
2149 void PeerConnection::RestartIce() { in RestartIce()
2156 void PeerConnection::CreateOffer(CreateSessionDescriptionObserver* observer, in CreateOffer()
2185 void PeerConnection::DoCreateOffer( in DoCreateOffer()
2238 RTCError PeerConnection::HandleLegacyOfferOptions( in HandleLegacyOfferOptions()
2265 void PeerConnection::RemoveRecvDirectionFromReceivingTransceiversOfType( in RemoveRecvDirectionFromReceivingTransceiversOfType()
2284 void PeerConnection::AddUpToOneReceivingTransceiverOfType( in AddUpToOneReceivingTransceiverOfType()
2299 PeerConnection::GetReceivingTransceiversOfType(cricket::MediaType media_type) { in GetReceivingTransceiversOfType()
2312 void PeerConnection::CreateAnswer(CreateSessionDescriptionObserver* observer, in CreateAnswer()
2341 void PeerConnection::DoCreateAnswer( in DoCreateAnswer()
2395 void PeerConnection::SetLocalDescription( in SetLocalDescription()
2430 void PeerConnection::SetLocalDescription( in SetLocalDescription()
2485 void PeerConnection::DoSetLocalDescription( in DoSetLocalDescription()
2593 RTCError PeerConnection::ApplyLocalDescription( in ApplyLocalDescription()
2827 void PeerConnection::FillInMissingRemoteMids( in FillInMissingRemoteMids()
2869 void PeerConnection::SetRemoteDescription( in SetRemoteDescription()
2909 void PeerConnection::SetRemoteDescription( in SetRemoteDescription()
2941 void PeerConnection::DoSetRemoteDescription( in DoSetRemoteDescription()
3048 RTCError PeerConnection::ApplyRemoteDescription( in ApplyRemoteDescription()
3379 void PeerConnection::SetAssociatedRemoteStreams( in SetAssociatedRemoteStreams()
3419 void PeerConnection::ProcessRemovalOfRemoteTrack( in ProcessRemovalOfRemoteTrack()
3435 void PeerConnection::RemoveRemoteStreamsIfEmpty( in RemoveRemoteStreamsIfEmpty()
3450 RTCError PeerConnection::UpdateTransceiversAndDataChannels( in UpdateTransceiversAndDataChannels()
3518 RTCError PeerConnection::UpdateTransceiverChannel( in UpdateTransceiverChannel()
3550 RTCError PeerConnection::UpdateDataChannel( in UpdateDataChannel()
3669 PeerConnection::AssociateTransceiver(cricket::ContentSource source, in AssociateTransceiver()
3799 PeerConnection::GetAssociatedTransceiver(const std::string& mid) const { in GetAssociatedTransceiver()
3810 PeerConnection::GetTransceiverByMLineIndex(size_t mline_index) const { in GetTransceiverByMLineIndex()
3821 PeerConnection::FindAvailableTransceiverToReceive( in FindAvailableTransceiverToReceive()
3839 const cricket::ContentInfo* PeerConnection::FindMediaSectionForTransceiver( in FindMediaSectionForTransceiver()
3860 PeerConnectionInterface::RTCConfiguration PeerConnection::GetConfiguration() { in GetConfiguration()
3865 RTCError PeerConnection::SetConfiguration( in SetConfiguration()
3963 rtc::Bind(&PeerConnection::ReconfigurePortAllocator_n, this, in SetConfiguration()
4006 bool PeerConnection::AddIceCandidate( in AddIceCandidate()
4059 void PeerConnection::AddIceCandidate( in AddIceCandidate()
4090 bool PeerConnection::RemoveIceCandidates( in RemoveIceCandidates()
4129 RTCError PeerConnection::SetBitrate(const BitrateSettings& bitrate) { in SetBitrate()
4171 void PeerConnection::SetAudioPlayout(bool playout) { in SetAudioPlayout()
4175 rtc::Bind(&PeerConnection::SetAudioPlayout, this, playout)); in SetAudioPlayout()
4183 void PeerConnection::SetAudioRecording(bool recording) { in SetAudioRecording()
4187 rtc::Bind(&PeerConnection::SetAudioRecording, this, recording)); in SetAudioRecording()
4196 PeerConnection::GetRemoteAudioSSLCertificate() { in GetRemoteAudioSSLCertificate()
4205 PeerConnection::GetRemoteAudioSSLCertChain() { in GetRemoteAudioSSLCertChain()
4216 PeerConnection::GetFirstAudioTransceiver() const { in GetFirstAudioTransceiver()
4225 void PeerConnection::AddAdaptationResource( in AddAdaptationResource()
4240 bool PeerConnection::StartRtcEventLog(std::unique_ptr<RtcEventLogOutput> output, in StartRtcEventLog()
4249 bool PeerConnection::StartRtcEventLog( in StartRtcEventLog()
4258 void PeerConnection::StopRtcEventLog() { in StopRtcEventLog()
4260 RTC_FROM_HERE, rtc::Bind(&PeerConnection::StopRtcEventLog_w, this)); in StopRtcEventLog()
4264 PeerConnection::LookupDtlsTransportByMid(const std::string& mid) { in LookupDtlsTransportByMid()
4270 PeerConnection::LookupDtlsTransportByMidInternal(const std::string& mid) { in LookupDtlsTransportByMidInternal()
4275 rtc::scoped_refptr<SctpTransportInterface> PeerConnection::GetSctpTransport() in GetSctpTransport()
4284 const SessionDescriptionInterface* PeerConnection::local_description() const { in local_description()
4290 const SessionDescriptionInterface* PeerConnection::remote_description() const { in remote_description()
4296 const SessionDescriptionInterface* PeerConnection::current_local_description() in current_local_description()
4302 const SessionDescriptionInterface* PeerConnection::current_remote_description() in current_remote_description()
4308 const SessionDescriptionInterface* PeerConnection::pending_local_description() in pending_local_description()
4314 const SessionDescriptionInterface* PeerConnection::pending_remote_description() in pending_remote_description()
4320 void PeerConnection::Close() { in Close()
4368 void PeerConnection::OnMessage(rtc::Message* msg) { in OnMessage()
4410 cricket::VoiceMediaChannel* PeerConnection::voice_media_channel() const { in voice_media_channel()
4421 cricket::VideoMediaChannel* PeerConnection::video_media_channel() const { in video_media_channel()
4432 void PeerConnection::CreateAudioReceiver( in CreateAudioReceiver()
4454 void PeerConnection::CreateVideoReceiver( in CreateVideoReceiver()
4478 rtc::scoped_refptr<RtpReceiverInterface> PeerConnection::RemoveAndStopReceiver( in RemoveAndStopReceiver()
4494 void PeerConnection::AddAudioTrack(AudioTrackInterface* track, in AddAudioTrack()
4527 void PeerConnection::RemoveAudioTrack(AudioTrackInterface* track, in RemoveAudioTrack()
4539 void PeerConnection::AddVideoTrack(VideoTrackInterface* track, in AddVideoTrack()
4564 void PeerConnection::RemoveVideoTrack(VideoTrackInterface* track, in RemoveVideoTrack()
4576 void PeerConnection::SetIceConnectionState(IceConnectionState new_state) { in SetIceConnectionState()
4596 void PeerConnection::SetStandardizedIceConnectionState( in SetStandardizedIceConnectionState()
4613 void PeerConnection::SetConnectionState( in SetConnectionState()
4623 void PeerConnection::OnIceGatheringChange( in OnIceGatheringChange()
4632 void PeerConnection::OnIceCandidate( in OnIceCandidate()
4641 void PeerConnection::OnIceCandidateError(const std::string& address, in OnIceCandidateError()
4654 void PeerConnection::OnIceCandidatesRemoved( in OnIceCandidatesRemoved()
4662 void PeerConnection::OnSelectedCandidatePairChanged( in OnSelectedCandidatePairChanged()
4678 void PeerConnection::ChangeSignalingState( in ChangeSignalingState()
4699 void PeerConnection::OnAudioTrackAdded(AudioTrackInterface* track, in OnAudioTrackAdded()
4708 void PeerConnection::OnAudioTrackRemoved(AudioTrackInterface* track, in OnAudioTrackRemoved()
4717 void PeerConnection::OnVideoTrackAdded(VideoTrackInterface* track, in OnVideoTrackAdded()
4726 void PeerConnection::OnVideoTrackRemoved(VideoTrackInterface* track, in OnVideoTrackRemoved()
4735 void PeerConnection::PostSetSessionDescriptionSuccess( in PostSetSessionDescriptionSuccess()
4742 void PeerConnection::PostSetSessionDescriptionFailure( in PostSetSessionDescriptionFailure()
4752 void PeerConnection::PostCreateSessionDescriptionFailure( in PostCreateSessionDescriptionFailure()
4762 void PeerConnection::GetOptionsForOffer( in GetOptionsForOffer()
4809 void PeerConnection::GetOptionsForPlanBOffer( in GetOptionsForPlanBOffer()
4965 void PeerConnection::GetOptionsForUnifiedPlanOffer( in GetOptionsForUnifiedPlanOffer()
5076 void PeerConnection::GetOptionsForAnswer( in GetOptionsForAnswer()
5111 void PeerConnection::GetOptionsForPlanBAnswer( in GetOptionsForPlanBAnswer()
5159 void PeerConnection::GetOptionsForUnifiedPlanAnswer( in GetOptionsForUnifiedPlanAnswer()
5192 void PeerConnection::GenerateMediaDescriptionOptions( in GenerateMediaDescriptionOptions()
5252 PeerConnection::GetMediaDescriptionOptionsForActiveData( in GetMediaDescriptionOptionsForActiveData()
5265 PeerConnection::GetMediaDescriptionOptionsForRejectedData( in GetMediaDescriptionOptionsForRejectedData()
5275 absl::optional<std::string> PeerConnection::GetDataMid() const { in GetDataMid()
5289 void PeerConnection::RemoveSenders(cricket::MediaType media_type) { in RemoveSenders()
5295 void PeerConnection::UpdateRemoteSendersList( in UpdateRemoteSendersList()
5394 void PeerConnection::OnRemoteSenderAdded(const RtpSenderInfo& sender_info, in OnRemoteSenderAdded()
5410 void PeerConnection::OnRemoteSenderRemoved(const RtpSenderInfo& sender_info, in OnRemoteSenderRemoved()
5447 void PeerConnection::UpdateEndedRemoteMediaStreams() { in UpdateEndedRemoteMediaStreams()
5462 void PeerConnection::UpdateLocalSenders( in UpdateLocalSenders()
5500 void PeerConnection::OnLocalSenderAdded(const RtpSenderInfo& sender_info, in OnLocalSenderAdded()
5521 void PeerConnection::OnLocalSenderRemoved(const RtpSenderInfo& sender_info, in OnLocalSenderRemoved()
5542 void PeerConnection::OnSctpDataChannelClosed(DataChannelInterface* channel) { in OnSctpDataChannelClosed()
5550 PeerConnection::GetAudioTransceiver() const { in GetAudioTransceiver()
5564 PeerConnection::GetVideoTransceiver() const { in GetVideoTransceiver()
5578 PeerConnection::FindSenderForTrack(MediaStreamTrackInterface* track) const { in FindSenderForTrack()
5590 PeerConnection::FindSenderById(const std::string& sender_id) const { in FindSenderById()
5602 PeerConnection::FindReceiverById(const std::string& receiver_id) const { in FindReceiverById()
5613 std::vector<PeerConnection::RtpSenderInfo>*
5614 PeerConnection::GetRemoteSenderInfos(cricket::MediaType media_type) { in GetRemoteSenderInfos()
5622 std::vector<PeerConnection::RtpSenderInfo>* PeerConnection::GetLocalSenderInfos( in GetLocalSenderInfos()
5630 const PeerConnection::RtpSenderInfo* PeerConnection::FindSenderInfo( in FindSenderInfo()
5631 const std::vector<PeerConnection::RtpSenderInfo>& infos, in FindSenderInfo()
5643 SctpDataChannel* PeerConnection::FindDataChannelBySid(int sid) const { in FindDataChannelBySid()
5647 PeerConnection::InitializePortAllocatorResult
5648 PeerConnection::InitializePortAllocator_n( in InitializePortAllocator_n()
5716 bool PeerConnection::ReconfigurePortAllocator_n( in ReconfigurePortAllocator_n()
5746 cricket::ChannelManager* PeerConnection::channel_manager() const { in channel_manager()
5750 bool PeerConnection::StartRtcEventLog_w( in StartRtcEventLog_w()
5760 void PeerConnection::StopRtcEventLog_w() { in StopRtcEventLog_w()
5767 cricket::ChannelInterface* PeerConnection::GetChannel( in GetChannel()
5782 bool PeerConnection::GetSctpSslRole(rtc::SSLRole* role) { in GetSctpSslRole()
5808 bool PeerConnection::GetSslRole(const std::string& content_name, in GetSslRole()
5826 void PeerConnection::SetSessionError(SessionError error, in SetSessionError()
5835 RTCError PeerConnection::UpdateSessionState( in UpdateSessionState()
5877 RTCError PeerConnection::PushdownMediaDescription( in PushdownMediaDescription()
5957 RTCError PeerConnection::PushdownTransportDescription( in PushdownTransportDescription()
5975 bool PeerConnection::GetTransportDescription( in GetTransportDescription()
5991 cricket::IceConfig PeerConnection::ParseIceConfig( in ParseIceConfig()
6032 std::vector<DataChannelStats> PeerConnection::GetDataChannelStats() const { in GetDataChannelStats()
6037 absl::optional<std::string> PeerConnection::sctp_transport_name() const { in sctp_transport_name()
6049 cricket::CandidateStatsList PeerConnection::GetPooledCandidateStats() const { in GetPooledCandidateStats()
6058 std::map<std::string, std::string> PeerConnection::GetTransportNamesByMid() in GetTransportNamesByMid()
6083 PeerConnection::GetTransportStatsByNames( in GetTransportStatsByNames()
6107 bool PeerConnection::GetLocalCertificate( in GetLocalCertificate()
6117 std::unique_ptr<rtc::SSLCertChain> PeerConnection::GetRemoteSSLCertChain( in GetRemoteSSLCertChain()
6122 cricket::DataChannelType PeerConnection::data_channel_type() const { in data_channel_type()
6126 bool PeerConnection::IceRestartPending(const std::string& content_name) const { in IceRestartPending()
6132 bool PeerConnection::NeedsIceRestart(const std::string& content_name) const { in NeedsIceRestart()
6136 void PeerConnection::OnCertificateReady( in OnCertificateReady()
6141 void PeerConnection::OnDtlsSrtpSetupFailure(cricket::BaseChannel*, bool rtcp) { in OnDtlsSrtpSetupFailure()
6146 void PeerConnection::OnTransportControllerConnectionState( in OnTransportControllerConnectionState()
6191 void PeerConnection::OnTransportControllerCandidatesGathered( in OnTransportControllerCandidatesGathered()
6214 void PeerConnection::OnTransportControllerCandidateError( in OnTransportControllerCandidateError()
6220 void PeerConnection::OnTransportControllerCandidatesRemoved( in OnTransportControllerCandidatesRemoved()
6238 void PeerConnection::OnTransportControllerCandidateChanged( in OnTransportControllerCandidateChanged()
6243 void PeerConnection::OnTransportControllerDtlsHandshakeError( in OnTransportControllerDtlsHandshakeError()
6250 void PeerConnection::EnableSending() { in EnableSending()
6265 bool PeerConnection::GetLocalCandidateMediaIndex( in GetLocalCandidateMediaIndex()
6284 bool PeerConnection::UseCandidatesInSessionDescription( in UseCandidatesInSessionDescription()
6313 bool PeerConnection::UseCandidate(const IceCandidateInterface* candidate) { in UseCandidate()
6349 RTCErrorOr<const cricket::ContentInfo*> PeerConnection::FindContentInfo( in FindContentInfo()
6385 void PeerConnection::RemoveUnusedChannels(const SessionDescription* desc) { in RemoveUnusedChannels()
6404 RTCErrorOr<const cricket::ContentGroup*> PeerConnection::GetEarlyBundleGroup( in GetEarlyBundleGroup()
6419 RTCError PeerConnection::CreateChannels(const SessionDescription& desc) { in CreateChannels()
6458 cricket::VoiceChannel* PeerConnection::CreateVoiceChannel( in CreateVoiceChannel()
6470 this, &PeerConnection::OnDtlsSrtpSetupFailure); in CreateVoiceChannel()
6472 &PeerConnection::OnSentPacket_w); in CreateVoiceChannel()
6479 cricket::VideoChannel* PeerConnection::CreateVideoChannel( in CreateVideoChannel()
6491 this, &PeerConnection::OnDtlsSrtpSetupFailure); in CreateVideoChannel()
6493 &PeerConnection::OnSentPacket_w); in CreateVideoChannel()
6499 bool PeerConnection::CreateDataChannel(const std::string& mid) { in CreateDataChannel()
6504 rtc::Bind(&PeerConnection::SetupDataChannelTransport_n, this, in CreateDataChannel()
6525 this, &PeerConnection::OnDtlsSrtpSetupFailure); in CreateDataChannel()
6527 this, &PeerConnection::OnSentPacket_w); in CreateDataChannel()
6536 Call::Stats PeerConnection::GetCallStats() { in GetCallStats()
6539 RTC_FROM_HERE, rtc::Bind(&PeerConnection::GetCallStats, this)); in GetCallStats()
6550 bool PeerConnection::SetupDataChannelTransport_n(const std::string& mid) { in SetupDataChannelTransport_n()
6573 void PeerConnection::TeardownDataChannelTransport_n() { in TeardownDataChannelTransport_n()
6587 bool PeerConnection::ValidateBundleSettings(const SessionDescription* desc) { in ValidateBundleSettings()
6611 bool PeerConnection::HasRtcpMuxEnabled(const cricket::ContentInfo* content) { in HasRtcpMuxEnabled()
6630 RTCError PeerConnection::ValidateSessionDescription( in ValidateSessionDescription()
6739 bool PeerConnection::ExpectSetLocalDescription(SdpType type) { in ExpectSetLocalDescription()
6751 bool PeerConnection::ExpectSetRemoteDescription(SdpType type) { in ExpectSetRemoteDescription()
6763 const char* PeerConnection::SessionErrorToString(SessionError error) const { in SessionErrorToString()
6776 std::string PeerConnection::GetSessionErrorMsg() { in GetSessionErrorMsg()
6783 void PeerConnection::ReportSdpFormatReceived( in ReportSdpFormatReceived()
6813 void PeerConnection::ReportIceCandidateCollected( in ReportIceCandidateCollected()
6827 void PeerConnection::ReportRemoteIceCandidateAdded( in ReportRemoteIceCandidateAdded()
6841 void PeerConnection::NoteUsageEvent(UsageEvent event) { in NoteUsageEvent()
6846 void PeerConnection::ReportUsagePattern() const { in ReportUsagePattern()
6872 void PeerConnection::ReportNegotiatedSdpSemantics( in ReportNegotiatedSdpSemantics()
6901 bool PeerConnection::ReadyToUseRemoteCandidate( in ReadyToUseRemoteCandidate()
6928 bool PeerConnection::SrtpRequired() const { in SrtpRequired()
6933 void PeerConnection::OnTransportControllerGatheringState( in OnTransportControllerGatheringState()
6943 void PeerConnection::ReportTransportStats() { in ReportTransportStats()
6977 void PeerConnection::ReportBestConnectionState( in ReportBestConnectionState()
7024 void PeerConnection::ReportNegotiatedCiphers( in ReportNegotiatedCiphers()
7089 void PeerConnection::OnSentPacket_w(const rtc::SentPacket& sent_packet) { in OnSentPacket_w()
7095 const std::string PeerConnection::GetTransportName( in GetTransportName()
7111 void PeerConnection::DestroyTransceiverChannel( in DestroyTransceiverChannel()
7123 void PeerConnection::DestroyDataChannelTransport() { in DestroyDataChannelTransport()
7146 void PeerConnection::DestroyChannelInterface( in DestroyChannelInterface()
7168 bool PeerConnection::OnTransportChanged( in OnTransportChanged()
7185 void PeerConnection::OnSetStreams() { in OnSetStreams()
7191 PeerConnectionObserver* PeerConnection::Observer() const { in Observer()
7197 CryptoOptions PeerConnection::GetCryptoOptions() { in GetCryptoOptions()
7205 void PeerConnection::ClearStatsCache() { in ClearStatsCache()
7212 void PeerConnection::RequestUsagePatternReportForTesting() { in RequestUsagePatternReportForTesting()
7217 void PeerConnection::UpdateNegotiationNeeded() { in UpdateNegotiationNeeded()
7260 bool PeerConnection::CheckIfNegotiationIsNeeded() { in CheckIfNegotiationIsNeeded()
7392 RTCError PeerConnection::Rollback(SdpType sdp_type) { in Rollback()