/external/webrtc/webrtc/p2p/base/ |
D | portallocator.cc | 16 PortAllocatorSession::PortAllocatorSession(const std::string& content_name, in PortAllocatorSession() 33 const std::string& content_name, in CreateSession()
|
D | transportinfo.h | 35 std::string content_name; member
|
D | sessiondescription.cc | 57 void ContentGroup::AddContentName(const std::string& content_name) { in AddContentName() 63 bool ContentGroup::RemoveContentName(const std::string& content_name) { in RemoveContentName()
|
D | port.h | 158 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()
|
D | portallocator.h | 125 std::string content_name() const { return content_name_; } in content_name() function
|
/external/webrtc/talk/session/media/ |
D | channelmanager.cc | 253 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()
|
D | mediasession.cc | 592 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
|
D | channel.h | 97 const std::string& content_name() const { return content_name_; } in content_name() function
|
D | channel.cc | 172 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/ |
D | statstypes.cc | 164 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()
|
D | jsepsessiondescription.cc | 129 const std::string& content_name = in AddCandidate() local
|
D | webrtcsession.cc | 1097 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()
|
D | statscollector.cc | 605 const std::string& content_name, int component, int connection_id, in AddConnectionInfoReport()
|
D | webrtcsdp_unittest.cc | 962 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()
|
D | webrtcsdp.cc | 2126 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/ |
D | fakeportallocator.h | 87 const std::string& content_name, in FakePortAllocatorSession() 169 const std::string& content_name, in CreateSessionInternal()
|
D | httpportallocator.cc | 105 const std::string& content_name, in HttpPortAllocatorSessionBase()
|
D | portallocator_unittest.cc | 185 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()
|
D | basicportallocator.cc | 134 const std::string& content_name, int component, in CreateSessionInternal() 144 const std::string& content_name, in BasicPortAllocatorSession()
|