Searched refs:TransportDescription (Results 1 - 25 of 26) sorted by relevance

12

/external/chromium_org/third_party/libjingle/source/talk/p2p/base/
H A Dtransportdescriptionfactory.h64 TransportDescription* CreateOffer(const TransportOptions& options,
65 const TransportDescription* current_description) const;
67 TransportDescription* CreateAnswer(
68 const TransportDescription* offer,
70 const TransportDescription* current_description) const;
73 bool SetSecurityInfo(TransportDescription* description,
H A Dtransportinfo.h48 const TransportDescription& description)
53 TransportDescription description;
H A Dtransportdescriptionfactory.cc47 TransportDescription* TransportDescriptionFactory::CreateOffer(
49 const TransportDescription* current_description) const {
50 rtc::scoped_ptr<TransportDescription> desc(new TransportDescription());
83 TransportDescription* TransportDescriptionFactory::CreateAnswer(
84 const TransportDescription* offer,
86 const TransportDescription* current_description) const {
89 rtc::scoped_ptr<TransportDescription> desc(new TransportDescription());
109 LOG(LS_WARNING) << "Failed to create TransportDescription answe
[all...]
H A Dtransportdescriptionfactory_unittest.cc39 using cricket::TransportDescription;
48 void CheckDesc(const TransportDescription* desc, const std::string& type,
89 rtc::scoped_ptr<TransportDescription> offer(f1_.CreateOffer(
91 rtc::scoped_ptr<TransportDescription> answer(
97 rtc::scoped_ptr<TransportDescription> restart_offer(f1_.CreateOffer(
104 rtc::scoped_ptr<TransportDescription> restart_answer(
112 const TransportDescription* org_desc,
113 const TransportDescription* restart_desc) {
139 scoped_ptr<TransportDescription> desc(f1_.CreateOffer(
147 scoped_ptr<TransportDescription> des
[all...]
H A Dtransportdescription.h101 struct TransportDescription { struct in namespace:cricket
102 TransportDescription() function in struct:cricket::TransportDescription
106 TransportDescription(const std::string& transport_type, function in struct:cricket::TransportDescription
122 TransportDescription(const std::string& transport_type, function in struct:cricket::TransportDescription
130 TransportDescription(const TransportDescription& from) function in struct:cricket::TransportDescription
140 TransportDescription& operator=(const TransportDescription& from) {
H A Dtransport.h101 TransportDescription* tdesc,
103 virtual bool WriteTransportDescription(const TransportDescription& tdesc,
279 // Set the local TransportDescription to be used by TransportChannels.
281 bool SetLocalTransportDescription(const TransportDescription& description,
285 // Set the remote TransportDescription to be used by TransportChannels.
286 bool SetRemoteTransportDescription(const TransportDescription& description,
357 const TransportDescription* local_description() const {
363 const TransportDescription* remote_description() const {
485 bool SetLocalTransportDescription_w(const TransportDescription& desc,
488 bool SetRemoteTransportDescription_w(const TransportDescription
[all...]
H A Dp2ptransport.h66 TransportDescription* desc,
68 virtual bool WriteTransportDescription(const TransportDescription& desc,
H A Dtransport_unittest.cc47 using cricket::TransportDescription;
162 cricket::TransportDescription local_desc(
174 cricket::TransportDescription remote_desc(
205 cricket::TransportDescription desc(
215 cricket::TransportDescription new_local_desc(
230 cricket::TransportDescription desc(
240 cricket::TransportDescription new_local_desc(
255 cricket::TransportDescription desc(
261 cricket::TransportDescription remote_desc(
271 cricket::TransportDescription new_local_des
[all...]
H A Dtransport.cc98 static bool VerifyIceParams(const TransportDescription& desc) {
133 static bool IceCredentialsChanged(const TransportDescription& old_desc,
134 const TransportDescription& new_desc) {
197 const TransportDescription& description,
206 const TransportDescription& description,
338 // TOOD(mallinath) : TransportDescription(TD) shouldn't be generated here.
346 TransportDescription desc(NS_GINGLE_P2P, std::vector<std::string>(),
737 const TransportDescription& desc,
757 local_description_.reset(new TransportDescription(desc));
774 const TransportDescription
[all...]
H A Dp2ptransport.cc84 TransportDescription* desc,
110 const TransportDescription& desc,
121 LOG(LS_ERROR) << "Failed to serialize non-GICE TransportDescription";
H A Dsessiondescription.h155 const TransportDescription* GetTransportDescriptionByName(
H A Dsession.h149 bool SetLocalTransportDescription(const TransportDescription& description,
152 bool SetRemoteTransportDescription(const TransportDescription& description,
499 TransportDescription* info);
H A Dsession.cc280 const TransportDescription& description,
296 const TransportDescription& description,
484 TransportDescription tdesc;
507 TransportDescription tdesc;
852 TransportDescription* tdesc) {
1096 TransportDescription(transport_type(),
1380 // Updating transport with TransportDescription.
1414 // Updating transport with TransportDescription.
1657 TransportDescription(transproxy->type(), std::vector<std::string>(),
H A Dsessionmessages.cc362 TransportDescription(NS_GINGLE_P2P, std::string(), std::string()));
376 TransportDescription(NS_GINGLE_P2P, std::string(), std::string()));
379 TransportDescription(NS_GINGLE_P2P, std::string(), std::string()));
431 TransportDescription tdesc;
H A Ddtlstransportchannel_unittest.cc169 cricket::TransportDescription local_desc(
178 cricket::TransportDescription remote_desc(
H A Dsession_unittest.cc701 cricket::TransportDescription desc(cricket::NS_GINGLE_P2P,
722 (content_name, cricket::TransportDescription(
/external/chromium_org/third_party/libjingle/source/talk/app/webrtc/
H A Djsepsessiondescription_unittest.cc79 cricket::TransportDescription(
88 cricket::TransportDescription(
H A Dwebrtcsdp_unittest.cc65 using cricket::TransportDescription;
579 TransportDescription(NS_JINGLE_ICE_UDP,
584 TransportDescription(NS_JINGLE_ICE_UDP,
948 content_name, TransportDescription(NS_JINGLE_ICE_UDP,
986 TransportDescription(NS_JINGLE_ICE_UDP,
995 TransportDescription(NS_JINGLE_ICE_UDP,
1076 TransportDescription(NS_JINGLE_ICE_UDP,
1100 TransportDescription(NS_JINGLE_ICE_UDP,
H A Dwebrtcsdp.cc84 using cricket::TransportDescription;
263 TransportDescription* session_td,
272 const TransportDescription& session_td,
286 TransportDescription* transport,
876 TransportDescription session_td(NS_JINGLE_ICE_UDP,
1793 TransportDescription* session_td,
2108 TransportDescription* transport,
2138 const TransportDescription& session_td,
2191 // Make a temporary TransportDescription based on |session_td|.
2193 TransportDescription transpor
[all...]
H A Dwebrtcsession.cc441 const cricket::TransportDescription* new_transport_desc =
443 const cricket::TransportDescription* old_transport_desc =
H A Dwebrtcsession_unittest.cc577 const cricket::TransportDescription* transport_desc1 =
579 const cricket::TransportDescription* transport_desc2 =
603 const cricket::TransportDescription* transport_desc =
630 const cricket::TransportDescription* transport_desc =
/external/chromium_org/third_party/libjingle/source/talk/session/media/
H A Dmediasession.cc1025 static const TransportDescription* GetTransportDescription(
1028 const TransportDescription* desc = NULL;
1051 const TransportDescription* current_tdesc =
1390 const TransportDescription* current_tdesc =
1392 rtc::scoped_ptr<TransportDescription> new_tdesc(
1403 TransportDescription* MediaSessionDescriptionFactory::CreateTransportAnswer(
1410 const TransportDescription* offer_tdesc =
1412 const TransportDescription* current_tdesc =
1421 const TransportDescription& transport_desc,
1578 scoped_ptr<TransportDescription> audio_transpor
[all...]
H A Dmediasession.h452 TransportDescription* CreateTransportAnswer(
460 const TransportDescription& transport_desc,
H A Dmediasession_unittest.cc64 using cricket::TransportDescription;
268 TransportDescription("",
273 TransportDescription("",
278 TransportDescription("",
1952 const cricket::TransportDescription* audio_trans_desc;
1953 const cricket::TransportDescription* video_trans_desc;
2086 const cricket::TransportDescription* audio_offer_trans_desc =
2089 const cricket::TransportDescription* video_offer_trans_desc =
2092 const cricket::TransportDescription* data_offer_trans_desc =
2100 const cricket::TransportDescription* audio_answer_trans_des
[all...]
/external/chromium_org/third_party/libjingle/source/talk/session/tunnel/
H A Dtunnelsessionclient.cc291 rtc::scoped_ptr<TransportDescription> tdesc(
314 const TransportDescription* offer_tdesc = &tinfo->description;
316 rtc::scoped_ptr<TransportDescription> tdesc(

Completed in 263 milliseconds

12