Home
last modified time | relevance | path

Searched refs:SetMid (Results 1 – 12 of 12) sorted by relevance

/external/webrtc/modules/rtp_rtcp/source/
Drtp_sender.h63 void SetMid(const std::string& mid) RTC_LOCKS_EXCLUDED(send_mutex_);
Drtp_rtcp_interface.h225 virtual void SetMid(const std::string& mid) = 0;
Drtp_rtcp_impl2.h114 void SetMid(const std::string& mid) override;
Drtp_rtcp_impl2.cc227 void ModuleRtpRtcpImpl2::SetMid(const std::string& mid) { in SetMid() function in webrtc::ModuleRtpRtcpImpl2
229 rtp_sender_->packet_generator.SetMid(mid); in SetMid()
Drtp_rtcp_impl.h105 void SetMid(const std::string& mid) override;
Drtp_rtcp_impl.cc283 void ModuleRtpRtcpImpl::SetMid(const std::string& mid) { in SetMid() function in webrtc::ModuleRtpRtcpImpl
285 rtp_sender_->packet_generator.SetMid(mid); in SetMid()
Drtp_sender.cc661 void RTPSender::SetMid(const std::string& mid) { in SetMid() function in webrtc::RTPSender
Drtp_sender_unittest.cc456 rtp_sender()->SetMid(mid); in EnableMidSending()
2134 rtp_sender()->SetMid("foo"); in TEST_P()
/external/webrtc/modules/rtp_rtcp/mocks/
Dmock_rtp_rtcp.h72 MOCK_METHOD(void, SetMid, (const std::string& mid), (override));
/external/webrtc/audio/
Daudio_send_stream.cc314 rtp_rtcp_module_->SetMid(new_config.rtp.mid); in ConfigureStream()
/external/webrtc/call/
Drtp_video_sender.cc418 stream.rtp_rtcp->SetMid(rtp_config_.mid); in RtpVideoSender()
/external/webrtc/media/engine/
Dwebrtc_voice_engine.cc828 void SetMid(const std::string& mid) { in SetMid() function in cricket::WebRtcVoiceMediaChannel::WebRtcAudioSendStream
1428 it.second->SetMid(params.mid); in SetSendParameters()