/external/webrtc/webrtc/p2p/base/ |
transportchannel.h | 53 TransportChannel(const std::string& transport_name, int component) 54 : transport_name_(transport_name), 70 const std::string& transport_name() const { return transport_name_; } function in class:cricket::TransportChannel
|
transport.h | 136 std::string transport_name; member in struct:cricket::TransportStats
|
transportcontroller.cc | 32 CandidatesData(const std::string& transport_name, 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, 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, cert)) [all...] |
/external/webrtc/talk/session/media/ |
channel.h | 98 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);
|
/external/webrtc/talk/app/webrtc/ |
webrtcsession.cc | 764 bool WebRtcSession::GetSslRole(const std::string& transport_name, 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 1178 const std::string& transport_name = *first_content_name; local [all...] |
/external/webrtc/webrtc/voice_engine/ |
channel.cc | 338 std::string transport_name = local 343 transport_name.c_str()); 370 std::string transport_name = local 375 transport_name.c_str()); [all...] |