Searched defs:transport_name (Results 1 - 11 of 11) sorted by relevance

/external/webrtc/webrtc/p2p/base/
H A Dtransportchannelimpl.h35 explicit TransportChannelImpl(const std::string& transport_name, argument
37 : TransportChannel(transport_name, component) {}
H A Dtransportchannel.h53 TransportChannel(const std::string& transport_name, int component) argument
54 : transport_name_(transport_name),
70 const std::string& transport_name() const { return transport_name_; } function in class:cricket::TransportChannel
H A Dtransportcontroller_unittest.cc170 void OnCandidatesGathered(const std::string& transport_name, argument
175 candidates_[transport_name].insert(candidates_[transport_name].end(),
187 // transport_name => candidates
399 EXPECT_EQ("audio", stats.transport_name);
H A Dtransport.h136 std::string transport_name; member in struct:cricket::TransportStats
H A Dfaketransportcontroller.h491 FakeTransport* GetTransport_w(const std::string& transport_name) { argument
493 TransportController::GetTransport_w(transport_name));
501 TransportChannel* CreateTransportChannel_w(const std::string& transport_name,
506 return TransportController::CreateTransportChannel_w(transport_name,
515 Transport* CreateTransport_w(const std::string& transport_name) override {
516 return new FakeTransport(transport_name);
H A Dtransportcontroller.cc32 CandidatesData(const std::string& transport_name, argument
34 : transport_name(transport_name), candidates(candidates) {}
36 std::string transport_name; member in struct:cricket::CandidatesData
69 bool TransportController::GetSslRole(const std::string& transport_name, argument
72 &TransportController::GetSslRole_w, this, transport_name, role));
82 const std::string& transport_name,
86 transport_name, certificate));
90 const std::string& transport_name,
94 transport_name, cer
81 GetLocalCertificate( const std::string& transport_name, rtc::scoped_refptr<rtc::RTCCertificate>* certificate) argument
89 GetRemoteSSLCertificate( const std::string& transport_name, rtc::SSLCertificate** cert) argument
97 SetLocalTransportDescription( const std::string& transport_name, const TransportDescription& tdesc, ContentAction action, std::string* err) argument
107 SetRemoteTransportDescription( const std::string& transport_name, const TransportDescription& tdesc, ContentAction action, std::string* err) argument
122 AddRemoteCandidates(const std::string& transport_name, const Candidates& candidates, std::string* err) argument
130 ReadyForRemoteCandidates( const std::string& transport_name) argument
136 GetStats(const std::string& transport_name, TransportStats* stats) argument
142 CreateTransportChannel_w( const std::string& transport_name, int component) argument
175 DestroyTransportChannel_w( const std::string& transport_name, int component) argument
210 CreateTransport_w( const std::string& transport_name) argument
219 GetTransport_w( const std::string& transport_name) argument
264 FindChannel_w(const std::string& transport_name, int component) argument
274 GetOrCreateTransport_w( const std::string& transport_name) argument
298 DestroyTransport_w( const std::string& transport_name) argument
347 GetSslRole_w(const std::string& transport_name, rtc::SSLRole* role) argument
377 GetLocalCertificate_w( const std::string& transport_name, rtc::scoped_refptr<rtc::RTCCertificate>* certificate) argument
390 GetRemoteSSLCertificate_w( const std::string& transport_name, rtc::SSLCertificate** cert) argument
403 SetLocalTransportDescription_w( const std::string& transport_name, const TransportDescription& tdesc, ContentAction action, std::string* err) argument
422 SetRemoteTransportDescription_w( const std::string& transport_name, const TransportDescription& tdesc, ContentAction action, std::string* err) argument
447 AddRemoteCandidates_w( const std::string& transport_name, const Candidates& candidates, std::string* err) argument
463 ReadyForRemoteCandidates_w( const std::string& transport_name) argument
474 GetStats_w(const std::string& transport_name, TransportStats* stats) argument
[all...]
H A Dp2ptransportchannel.cc205 P2PTransportChannel::P2PTransportChannel(const std::string& transport_name, argument
209 : TransportChannelImpl(transport_name, component),
425 SessionId(), transport_name(), component(), ice_ufrag_, ice_pwd_));
486 LOG(LS_INFO) << "P2PTransportChannel: " << transport_name() << ", component "
/external/webrtc/talk/session/media/
H A Dchannel.h98 const std::string& transport_name() const { return transport_name_; } function in class:cricket::BaseChannel
123 bool SetTransport(const std::string& transport_name);
181 bool SetTransport_w(const std::string& transport_name);
H A Dchannel.cc244 bool BaseChannel::SetTransport(const std::string& transport_name) { argument
246 Bind(&BaseChannel::SetTransport_w, this, transport_name));
249 bool BaseChannel::SetTransport_w(const std::string& transport_name) { argument
252 if (transport_name == transport_name_) {
270 << " on " << transport_name << " transport ";
273 transport_name, cricket::ICE_CANDIDATE_COMPONENT_RTCP),
282 transport_name, cricket::ICE_CANDIDATE_COMPONENT_RTP));
294 transport_name_ = transport_name;
1106 << transport_name();
/external/webrtc/talk/app/webrtc/
H A Dwebrtcsession.cc764 bool WebRtcSession::GetSslRole(const std::string& transport_name, argument
772 return transport_controller_->GetSslRole(transport_name, role);
777 return channel && GetSslRole(channel->transport_name(), role);
1127 const std::string& transport_name = ch->transport_name(); local
1128 stats->proxy_to_transport[content_name] = transport_name;
1129 if (stats->transport_stats.find(transport_name) !=
1136 if (!transport_controller_->GetStats(transport_name, &tstats)) {
1140 stats->transport_stats[transport_name] = tstats;
1145 const std::string& transport_name,
1144 GetLocalCertificate( const std::string& transport_name, rtc::scoped_refptr<rtc::RTCCertificate>* certificate) argument
1152 GetRemoteSSLCertificate(const std::string& transport_name, rtc::SSLCertificate** cert) argument
1178 const std::string& transport_name = *first_content_name; local
1628 OnTransportControllerCandidatesGathered( const std::string& transport_name, const cricket::Candidates& candidates) argument
[all...]
/external/webrtc/webrtc/voice_engine/
H A Dchannel.cc338 std::string transport_name = local
343 transport_name.c_str());
370 std::string transport_name = local
375 transport_name.c_str());

Completed in 400 milliseconds