Searched defs:transport_name (Results 1 – 11 of 11) sorted by relevance
/external/webrtc/webrtc/p2p/base/ |
D | transportcontroller.cc | 36 std::string transport_name; member 69 bool TransportController::GetSslRole(const std::string& transport_name, in GetSslRole() 82 const std::string& transport_name, in GetLocalCertificate() 90 const std::string& transport_name, in GetRemoteSSLCertificate() 98 const std::string& transport_name, in SetLocalTransportDescription() 108 const std::string& transport_name, in SetRemoteTransportDescription() 122 bool TransportController::AddRemoteCandidates(const std::string& transport_name, in AddRemoteCandidates() 131 const std::string& transport_name) { in ReadyForRemoteCandidates() 136 bool TransportController::GetStats(const std::string& transport_name, in GetStats() 143 const std::string& transport_name, in CreateTransportChannel_w() [all …]
|
D | transportchannel.h | 53 TransportChannel(const std::string& transport_name, int component) in TransportChannel() 70 const std::string& transport_name() const { return transport_name_; } in transport_name() function
|
D | transportchannelimpl.h | 35 explicit TransportChannelImpl(const std::string& transport_name, in TransportChannelImpl()
|
D | faketransportcontroller.h | 491 FakeTransport* GetTransport_w(const std::string& transport_name) { in GetTransport_w() 501 TransportChannel* CreateTransportChannel_w(const std::string& transport_name, in CreateTransportChannel_w() 515 Transport* CreateTransport_w(const std::string& transport_name) override { in CreateTransport_w()
|
D | transport.h | 136 std::string transport_name; member
|
D | transportcontroller_unittest.cc | 170 void OnCandidatesGathered(const std::string& transport_name, in OnCandidatesGathered()
|
D | p2ptransportchannel.cc | 205 P2PTransportChannel::P2PTransportChannel(const std::string& transport_name, in P2PTransportChannel()
|
/external/webrtc/talk/app/webrtc/ |
D | webrtcsession.cc | 764 bool WebRtcSession::GetSslRole(const std::string& transport_name, in GetSslRole() 1127 const std::string& transport_name = ch->transport_name(); in GetChannelTransportStats() local 1145 const std::string& transport_name, in GetLocalCertificate() 1152 bool WebRtcSession::GetRemoteSSLCertificate(const std::string& transport_name, in GetRemoteSSLCertificate() 1178 const std::string& transport_name = *first_content_name; in EnableBundle() local 1629 const std::string& transport_name, in OnTransportControllerCandidatesGathered()
|
/external/webrtc/talk/session/media/ |
D | channel.h | 98 const std::string& transport_name() const { return transport_name_; } in transport_name() function
|
D | channel.cc | 244 bool BaseChannel::SetTransport(const std::string& transport_name) { in SetTransport() 249 bool BaseChannel::SetTransport_w(const std::string& transport_name) { in SetTransport_w()
|
/external/webrtc/webrtc/voice_engine/ |
D | channel.cc | 338 std::string transport_name = in SendRtp() local 370 std::string transport_name = in SendRtcp() local
|