Home
last modified time | relevance | path

Searched defs:content_name (Results 1 – 19 of 19) sorted by relevance

/external/webrtc/webrtc/p2p/base/
Dportallocator.cc16 PortAllocatorSession::PortAllocatorSession(const std::string& content_name, in PortAllocatorSession()
33 const std::string& content_name, in CreateSession()
Dtransportinfo.h35 std::string content_name; member
Dsessiondescription.cc57 void ContentGroup::AddContentName(const std::string& content_name) { in AddContentName()
63 bool ContentGroup::RemoveContentName(const std::string& content_name) { in RemoveContentName()
Dport.h158 const std::string& content_name() const { return content_name_; } in content_name() function
159 void set_content_name(const std::string& content_name) { in set_content_name()
Dportallocator.h125 std::string content_name() const { return content_name_; } in content_name() function
/external/webrtc/talk/session/media/
Dchannelmanager.cc253 const std::string& content_name, in CreateVoiceChannel()
264 const std::string& content_name, in CreateVoiceChannel_w()
311 const std::string& content_name, in CreateVideoChannel()
322 const std::string& content_name, in CreateVideoChannel_w()
369 const std::string& content_name, in CreateDataChannel()
379 const std::string& content_name, in CreateDataChannel_w()
Dmediasession.cc592 const std::string& content_name, in GetCryptosByName()
645 const std::string& content_name) { in IsRtpContent()
1135 const std::string& content_name, in GetTransportDescription()
1150 const std::string& content_name, in IsDtlsActive()
1507 const std::string& content_name, in AddTransportOffer()
1527 const std::string& content_name, in CreateTransportAnswer()
1543 const std::string& content_name, in AddTransportAnswer()
1564 std::string content_name = in AddAudioContentForOffer() local
1623 std::string content_name = in AddVideoContentForOffer() local
1689 std::string content_name = in AddDataContentForOffer() local
Dchannel.h97 const std::string& content_name() const { return content_name_; } in content_name() function
Dchannel.cc172 const std::string& content_name, in BaseChannel()
1334 const std::string& content_name, in VoiceChannel()
1646 const std::string& content_name, in VideoChannel()
2011 const std::string& content_name, in DataChannel()
/external/webrtc/talk/app/webrtc/
Dstatstypes.cc164 ComponentId(const std::string& content_name, int component) in ComponentId()
179 ComponentId(StatsReport::StatsType type, const std::string& content_name, in ComponentId()
200 CandidatePairId(const std::string& content_name, int component, int index) in CandidatePairId()
655 const std::string& content_name, int component) { in NewComponentId()
661 const std::string& content_name, int component, int index) { in NewCandidatePairId()
Djsepsessiondescription.cc129 const std::string& content_name = in AddCandidate() local
Dwebrtcsession.cc1097 const std::string& content_name, in GetTransportDescription()
1126 const std::string& content_name = ch->content_name(); in GetChannelTransportStats() local
1159 const std::string& content_name) { in GetChannel()
1665 bool WebRtcSession::GetLocalCandidateMediaIndex(const std::string& content_name, in GetLocalCandidateMediaIndex()
Dstatscollector.cc605 const std::string& content_name, int component, int connection_id, in AddConnectionInfoReport()
Dwebrtcsdp_unittest.cc962 std::string content_name; in UpdateCandidateUfragPwd() local
990 void AddIceOptions(const std::string& content_name, in AddIceOptions()
1000 void SetIceUfragPwd(const std::string& content_name, in SetIceUfragPwd()
Dwebrtcsdp.cc2126 std::string* content_name, in ParseContentDescription()
2219 std::string content_name; in ParseMediaDescription() local
2444 std::string* content_name, in ParseContent()
/external/webrtc/webrtc/p2p/client/
Dfakeportallocator.h87 const std::string& content_name, in FakePortAllocatorSession()
169 const std::string& content_name, in CreateSessionInternal()
Dhttpportallocator.cc105 const std::string& content_name, in HttpPortAllocatorSessionBase()
Dportallocator_unittest.cc185 bool CreateSession(int component, const std::string& content_name) { in CreateSession()
198 const std::string& sid, const std::string& content_name, int component) { in CreateSession()
203 const std::string& sid, const std::string& content_name, int component, in CreateSession()
Dbasicportallocator.cc134 const std::string& content_name, int component, in CreateSessionInternal()
144 const std::string& content_name, in BasicPortAllocatorSession()