Searched defs:content_name (Results 1 - 20 of 20) sorted by relevance

/external/webrtc/webrtc/p2p/base/
H A Dtransportinfo.h30 TransportInfo(const std::string& content_name, argument
32 : content_name(content_name),
35 std::string content_name; member in struct:cricket::TransportInfo
H A Dportallocator.cc16 PortAllocatorSession::PortAllocatorSession(const std::string& content_name, argument
21 : content_name_(content_name),
33 const std::string& content_name,
37 return CreateSessionInternal(content_name, component, ice_ufrag, ice_pwd);
31 CreateSession( const std::string& sid, const std::string& content_name, int component, const std::string& ice_ufrag, const std::string& ice_pwd) argument
H A Dsessiondescription.cc52 bool ContentGroup::HasContentName(const std::string& content_name) const {
54 content_name) != content_names_.end());
57 void ContentGroup::AddContentName(const std::string& content_name) { argument
58 if (!HasContentName(content_name)) {
59 content_names_.push_back(content_name);
63 bool ContentGroup::RemoveContentName(const std::string& content_name) { argument
65 content_names_.begin(), content_names_.end(), content_name);
149 if (GetTransportInfoByName(transport_info.content_name) != NULL) {
159 if (transport_info->content_name == name) {
171 if (iter->content_name
[all...]
H A Dportallocator.h114 PortAllocatorSession(const std::string& content_name,
125 std::string content_name() const { return content_name_; } function in class:cricket::PortAllocatorSession
191 const std::string& content_name,
240 const std::string& content_name,
H A Dport.h158 const std::string& content_name() const { return content_name_; } function in class:cricket::Port
159 void set_content_name(const std::string& content_name) { argument
160 content_name_ = content_name;
/external/webrtc/talk/app/webrtc/
H A Djsepsessiondescription.cc129 const std::string& content_name = local
132 description_->GetTransportInfoByName(content_name);
H A Dstatstypes.cc164 ComponentId(const std::string& content_name, int component) argument
165 : ComponentId(StatsReport::kStatsReportTypeComponent, content_name,
179 ComponentId(StatsReport::StatsType type, const std::string& content_name, argument
182 content_name_(content_name),
200 CandidatePairId(const std::string& content_name, int component, int index) argument
201 : ComponentId(StatsReport::kStatsReportTypeCandidatePair, content_name,
655 const std::string& content_name, int component) {
656 return Id(new RefCountedObject<ComponentId>(content_name, component));
661 const std::string& content_name, int component, int index) {
663 content_name, componen
654 NewComponentId( const std::string& content_name, int component) argument
660 NewCandidatePairId( const std::string& content_name, int component, int index) argument
[all...]
H A Dstatscollector.cc605 const std::string& content_name, int component, int connection_id,
608 StatsReport::Id id(StatsReport::NewCandidatePairId(content_name, component,
789 proxy_to_transport_, pc_->session()->voice_channel()->content_name()));
792 << pc_->session()->voice_channel()->content_name();
822 proxy_to_transport_, pc_->session()->video_channel()->content_name()));
825 << pc_->session()->video_channel()->content_name();
604 AddConnectionInfoReport( const std::string& content_name, int component, int connection_id, const StatsReport::Id& channel_report_id, const cricket::ConnectionInfo& info) argument
H A Dwebrtcsdp_unittest.cc887 EXPECT_EQ(transport1.content_name, transport2.content_name);
962 std::string content_name; local
964 content_name = kAudioContentName;
966 content_name = kVideoContentName;
971 content_name, TransportDescription(ufrag, pwd));
974 desc->RemoveTransportInfoByName(content_name);
990 void AddIceOptions(const std::string& content_name, argument
992 ASSERT_TRUE(desc_.GetTransportInfoByName(content_name) != NULL);
994 *(desc_.GetTransportInfoByName(content_name));
1000 SetIceUfragPwd(const std::string& content_name, const std::string& ice_ufrag, const std::string& ice_pwd) argument
[all...]
H A Dwebrtcsession.cc1067 tinfo.content_name, tinfo.description, action, err)) {
1087 tinfo.content_name, tinfo.description, action, err)) {
1097 const std::string& content_name,
1103 description->GetTransportInfoByName(content_name);
1126 const std::string& content_name = ch->content_name(); local
1128 stats->proxy_to_transport[content_name] = transport_name;
1159 const std::string& content_name) {
1160 if (voice_channel() && voice_channel()->content_name() == content_name) {
1095 GetTransportDescription( const SessionDescription* description, const std::string& content_name, cricket::TransportDescription* tdesc) argument
1158 GetChannel( const std::string& content_name) argument
1665 GetLocalCandidateMediaIndex(const std::string& content_name, int* sdp_mline_index) argument
[all...]
H A Dwebrtcsdp.cc294 std::string* content_name,
2126 std::string* content_name,
2133 *content_name = cricket::CN_AUDIO;
2136 *content_name = cricket::CN_VIDEO;
2139 *content_name = cricket::CN_DATA;
2146 codec_preference, pos, content_name,
2219 std::string content_name; local
2223 codec_preference, pos, &content_name,
2228 codec_preference, pos, &content_name,
2234 codec_preference, pos, &content_name,
2120 ParseContentDescription(const std::string& message, const MediaType media_type, int mline_index, const std::string& protocol, const std::vector<int>& codec_preference, size_t* pos, std::string* content_name, TransportDescription* transport, std::vector<JsepIceCandidate*>* candidates, webrtc::SdpParseError* error) argument
2277 << content_name; local
2438 ParseContent(const std::string& message, const MediaType media_type, int mline_index, const std::string& protocol, const std::vector<int>& codec_preference, size_t* pos, std::string* content_name, MediaContentDescription* media_desc, TransportDescription* transport, std::vector<JsepIceCandidate*>* candidates, SdpParseError* error) argument
[all...]
/external/webrtc/webrtc/p2p/client/
H A Dfakeportallocator.h87 const std::string& content_name,
91 : PortAllocatorSession(content_name, component, ice_ufrag, ice_pwd,
169 const std::string& content_name,
174 worker_thread_, factory_, content_name, component, ice_ufrag, ice_pwd);
85 FakePortAllocatorSession(rtc::Thread* worker_thread, rtc::PacketSocketFactory* factory, const std::string& content_name, int component, const std::string& ice_ufrag, const std::string& ice_pwd) argument
H A Dhttpportallocator.cc105 const std::string& content_name,
113 : BasicPortAllocatorSession(allocator, content_name, component,
103 HttpPortAllocatorSessionBase( HttpPortAllocatorBase* allocator, const std::string& content_name, int component, const std::string& ice_ufrag, const std::string& ice_pwd, const std::vector<rtc::SocketAddress>& stun_hosts, const std::vector<std::string>& relay_hosts, const std::string& relay_token, const std::string& user_agent) argument
H A Dportallocator_unittest.cc185 bool CreateSession(int component, const std::string& content_name) { argument
186 session_.reset(CreateSession("session", content_name, component));
198 const std::string& sid, const std::string& content_name, int component) {
199 return CreateSession(sid, content_name, component, kIceUfrag0, kIcePwd0);
203 const std::string& sid, const std::string& content_name, int component,
207 sid, content_name, component, ice_ufrag, ice_pwd);
197 CreateSession( const std::string& sid, const std::string& content_name, int component) argument
202 CreateSession( const std::string& sid, const std::string& content_name, int component, const std::string& ice_ufrag, const std::string& ice_pwd) argument
H A Dbasicportallocator.cc134 const std::string& content_name, int component,
137 this, content_name, component, ice_ufrag, ice_pwd);
144 const std::string& content_name,
148 : PortAllocatorSession(content_name, component,
438 LOG(LS_INFO) << "Adding allocated port for " << content_name();
439 port->set_content_name(content_name());
133 CreateSessionInternal( const std::string& content_name, int component, const std::string& ice_ufrag, const std::string& ice_pwd) argument
142 BasicPortAllocatorSession( BasicPortAllocator *allocator, const std::string& content_name, int component, const std::string& ice_ufrag, const std::string& ice_pwd) argument
/external/libmicrohttpd/src/microhttpd/
H A Dpostprocessor.c155 char *content_name; member in struct:MHD_PostProcessor
669 "name", &pp->content_name);
771 pp->content_name,
794 if ((NULL != pp->content_name) && (0 == (pp->have & NE_content_name)))
796 free (pp->content_name);
797 pp->content_name = NULL;
1049 if (pp->content_name != NULL)
/external/webrtc/talk/session/media/
H A Dchannel.h88 const std::string& content_name,
97 const std::string& content_name() const { return content_name_; } function in class:cricket::BaseChannel
346 const std::string& content_name,
448 const std::string& content_name,
536 const std::string& content_name,
H A Dchannelmanager.cc253 const std::string& content_name,
258 transport_controller, content_name, rtcp, options));
264 const std::string& content_name,
277 transport_controller, content_name, rtcp);
311 const std::string& content_name,
316 transport_controller, content_name, rtcp, options));
322 const std::string& content_name,
335 worker_thread_, media_channel, transport_controller, content_name, rtcp);
369 const std::string& content_name,
374 content_name, rtc
250 CreateVoiceChannel( webrtc::MediaControllerInterface* media_controller, TransportController* transport_controller, const std::string& content_name, bool rtcp, const AudioOptions& options) argument
261 CreateVoiceChannel_w( webrtc::MediaControllerInterface* media_controller, TransportController* transport_controller, const std::string& content_name, bool rtcp, const AudioOptions& options) argument
308 CreateVideoChannel( webrtc::MediaControllerInterface* media_controller, TransportController* transport_controller, const std::string& content_name, bool rtcp, const VideoOptions& options) argument
319 CreateVideoChannel_w( webrtc::MediaControllerInterface* media_controller, TransportController* transport_controller, const std::string& content_name, bool rtcp, const VideoOptions& options) argument
367 CreateDataChannel( TransportController* transport_controller, const std::string& content_name, bool rtcp, DataChannelType channel_type) argument
377 CreateDataChannel_w( TransportController* transport_controller, const std::string& content_name, bool rtcp, DataChannelType data_channel_type) argument
[all...]
H A Dchannel.cc172 const std::string& content_name,
177 content_name_(content_name),
193 LOG(LS_INFO) << "Created channel for " << content_name;
222 if (!SetTransport(content_name())) {
269 LOG(LS_INFO) << "Create RTCP TransportChannel for " << content_name()
888 << content_name() << " "
1104 LOG(LS_INFO) << "Enabling rtcp-mux for " << content_name()
1334 const std::string& content_name,
1339 content_name,
1646 const std::string& content_name,
169 BaseChannel(rtc::Thread* thread, MediaChannel* media_channel, TransportController* transport_controller, const std::string& content_name, bool rtcp) argument
1330 VoiceChannel(rtc::Thread* thread, MediaEngineInterface* media_engine, VoiceMediaChannel* media_channel, TransportController* transport_controller, const std::string& content_name, bool rtcp) argument
1643 VideoChannel(rtc::Thread* thread, VideoMediaChannel* media_channel, TransportController* transport_controller, const std::string& content_name, bool rtcp) argument
2008 DataChannel(rtc::Thread* thread, DataMediaChannel* media_channel, TransportController* transport_controller, const std::string& content_name, bool rtcp) argument
[all...]
H A Dmediasession.cc579 if (bundle_group.HasContentName(it->content_name) &&
580 it->content_name != selected_content_name) {
589 // Gets the CryptoParamsVec of the given |content_name| from |sdesc|, and
592 const std::string& content_name,
598 const ContentInfo* content = sdesc->GetContentByName(content_name);
645 const std::string& content_name) {
647 ContentInfo* content = sdesc->GetContentByName(content_name);
1132 // Gets the TransportInfo of the given |content_name| from the
1135 const std::string& content_name,
1140 current_description->GetTransportInfoByName(content_name);
591 GetCryptosByName(const SessionDescription* sdesc, const std::string& content_name, CryptoParamsVec* cryptos) argument
644 IsRtpContent(SessionDescription* sdesc, const std::string& content_name) argument
1134 GetTransportDescription( const std::string& content_name, const SessionDescription* current_description) argument
1149 IsDtlsActive( const std::string& content_name, const SessionDescription* current_description) argument
1506 AddTransportOffer( const std::string& content_name, const TransportOptions& transport_options, const SessionDescription* current_desc, SessionDescription* offer_desc) const argument
1526 CreateTransportAnswer( const std::string& content_name, const SessionDescription* offer_desc, const TransportOptions& transport_options, const SessionDescription* current_desc) const argument
1542 AddTransportAnswer( const std::string& content_name, const TransportDescription& transport_desc, SessionDescription* answer_desc) const argument
1564 std::string content_name = local
1623 std::string content_name = local
1689 std::string content_name = local
[all...]

Completed in 4131 milliseconds