HomeSort by relevance Sort by last modified time
    Searched full:transport_info (Results 1 - 10 of 10) sorted by null

  /external/chromium_org/third_party/libjingle/source/talk/p2p/base/
sessiondescription.cc 167 bool SessionDescription::AddTransportInfo(const TransportInfo& transport_info) {
168 if (GetTransportInfoByName(transport_info.content_name) != NULL) {
171 transport_infos_.push_back(transport_info);
176 for (TransportInfos::iterator transport_info = transport_infos_.begin();
177 transport_info != transport_infos_.end(); ++transport_info) {
178 if (transport_info->content_name == name) {
179 transport_infos_.erase(transport_info);
sessiondescription.h 167 bool AddTransportInfo(const TransportInfo& transport_info);
session.cc 798 const TransportInfo* transport_info = local
800 if (!transport_info) {
803 *tdesc = transport_info->description;
    [all...]
  /external/chromium_org/third_party/libjingle/source/talk/app/webrtc/
jsepsessiondescription.cc 126 const cricket::TransportInfo* transport_info = local
128 if (!transport_info) {
134 updated_candidate.set_username(transport_info->description.ice_ufrag);
137 updated_candidate.set_password(transport_info->description.ice_pwd);
webrtcsdp.cc 243 const TransportInfo* transport_info,
    [all...]
webrtcsdp_unittest.cc 880 cricket::TransportInfo transport_info = local
    [all...]
  /external/chromium_org/remoting/protocol/
jingle_messages.h 32 TRANSPORT_INFO,
jingle_session.cc 370 JingleMessage message(peer_jid_, JingleMessage::TRANSPORT_INFO, session_id_);
434 case JingleMessage::TRANSPORT_INFO:
jingle_messages.cc 37 { JingleMessage::TRANSPORT_INFO, "transport-info" },
jingle_messages_unittest.cc 205 EXPECT_EQ(message.action, JingleMessage::TRANSPORT_INFO);

Completed in 1793 milliseconds