Searched refs:content_name (Results 26 - 30 of 30) sorted by relevance

12

/external/webrtc/talk/app/webrtc/
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 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 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
/external/webrtc/webrtc/p2p/base/
H A Dport.cc1178 << ":" << port_->content_name()
/external/webrtc/talk/session/media/
H A Dchannel_unittest.cc288 return transport_controller1_.GetTransport_w(channel1_->content_name());
291 return transport_controller2_.GetTransport_w(channel2_->content_name());

Completed in 123 milliseconds

12