Home
last modified time | relevance | path

Searched refs:transport_type (Results 1 – 25 of 28) sorted by relevance

12

/external/chromium_org/third_party/libjingle/source/talk/p2p/base/
Dtransportdescription.h104 TransportDescription(const std::string& transport_type, in TransportDescription()
112 : transport_type(transport_type), in TransportDescription()
120 TransportDescription(const std::string& transport_type, in TransportDescription()
123 : transport_type(transport_type), in TransportDescription()
129 : transport_type(from.transport_type), in TransportDescription()
143 transport_type = from.transport_type;
173 std::string transport_type; // xmlns of <transport> member
Dtransportdescriptionfactory.cc54 desc->transport_type = NS_JINGLE_ICE_UDP; in CreateOffer()
56 desc->transport_type = NS_JINGLE_ICE_UDP; in CreateOffer()
59 desc->transport_type = NS_GINGLE_P2P; in CreateOffer()
94 if (offer && offer->transport_type == NS_JINGLE_ICE_UDP && in CreateAnswer()
97 desc->transport_type = NS_JINGLE_ICE_UDP; in CreateAnswer()
98 } else if (offer && offer->transport_type == NS_JINGLE_ICE_UDP && in CreateAnswer()
101 desc->transport_type = NS_GINGLE_P2P; in CreateAnswer()
103 } else if ((!offer || offer->transport_type == NS_GINGLE_P2P) && in CreateAnswer()
106 desc->transport_type = NS_GINGLE_P2P; in CreateAnswer()
Dsessionmessages.cc251 const std::string& transport_type) { in GetTransportParser() argument
252 TransportParserMap::const_iterator map = trans_parsers.find(transport_type); in GetTransportParser()
273 const std::string& transport_type, in GetParserAndTranslator() argument
278 *parser = GetTransportParser(trans_parsers, transport_type); in GetParserAndTranslator()
280 return BadParse("unknown transport type: " + transport_type, error); in GetParserAndTranslator()
292 const std::string& transport_type, in GetParserAndTranslator() argument
297 *parser = GetTransportParser(trans_parsers, transport_type); in GetParserAndTranslator()
299 return BadWrite("unknown transport type: " + transport_type, error); in GetParserAndTranslator()
481 const std::string& transport_type, in WriteGingleCandidates() argument
489 transport_type, content_name, in WriteGingleCandidates()
[all …]
Dp2ptransport.cc87 desc->transport_type = elem->Name().Namespace(); in ParseTransportDescription()
88 if (desc->transport_type != NS_GINGLE_P2P) in ParseTransportDescription()
116 NewTransportElement(desc.transport_type)); in WriteTransportDescription()
Ddtlstransportchannel_unittest.cc167 std::string transport_type = (protocol_ == cricket::ICEPROTO_GOOGLE) ? in Negotiate() local
170 transport_type, std::vector<std::string>(), kIceUfrag1, kIcePwd1, in Negotiate()
179 transport_type, std::vector<std::string>(), kIceUfrag1, kIcePwd1, in Negotiate()
Dsession.cc789 << " Transport:" << transport_type(); in LogState()
1038 TransportDescription(transport_type(), in GetEmptyTransportInfos()
1062 if (tinfo->description.transport_type != transport_type()) { in CreateTransportProxies()
1074 parsers[transport_type()] = transport_parser_; in GetTransportParsers()
Dsession_unittest.cc238 const std::string& transport_type) { in JingleEmptyContentXml() argument
247 " xmlns=\"" + transport_type + "\"" in JingleEmptyContentXml()
254 const std::string& transport_type, in JingleContentXml() argument
256 std::string transport = transport_type.empty() ? "" : in JingleContentXml()
258 " xmlns=\"" + transport_type + "\"" in JingleContentXml()
275 const std::string& transport_type, in JingleTransportContentXml() argument
282 " xmlns=\"" + transport_type + "\"" in JingleTransportContentXml()
Dtransportdescriptionfactory_unittest.cc52 EXPECT_EQ(type, desc->transport_type); in CheckDesc()
Dsession.h277 const std::string& transport_type() const { return transport_type_; } in transport_type() function
/external/chromium_org/ui/gfx/
Dnative_widget_types.h280 transport_type(EMPTY), in GLSurfaceHandle()
286 transport_type(transport_), in GLSurfaceHandle()
290 DCHECK(transport_type != TEXTURE_TRANSPORT || in GLSurfaceHandle()
293 bool is_null() const { return transport_type == EMPTY; } in is_null()
295 return transport_type == NATIVE_TRANSPORT || in is_transport()
296 transport_type == TEXTURE_TRANSPORT; in is_transport()
299 SurfaceType transport_type; member
/external/chromium_org/content/common/gpu/
Dimage_transport_surface_linux.cc15 DCHECK(handle.transport_type == gfx::NATIVE_DIRECT || in CreateNativeSurface()
16 handle.transport_type == gfx::NATIVE_TRANSPORT); in CreateNativeSurface()
Dimage_transport_surface_android.cc189 if (handle.transport_type == gfx::NATIVE_TRANSPORT) { in CreateNativeSurface()
198 DCHECK_EQ(handle.transport_type, gfx::NATIVE_DIRECT); in CreateNativeSurface()
Dimage_transport_surface_win.cc259 DCHECK(handle.transport_type == gfx::NATIVE_DIRECT || in CreateNativeSurface()
260 handle.transport_type == gfx::NATIVE_TRANSPORT); in CreateNativeSurface()
Dimage_transport_surface.cc33 if (handle.transport_type == gfx::TEXTURE_TRANSPORT) in CreateSurface()
Dimage_transport_surface_mac.cc525 DCHECK(surface_handle.transport_type == gfx::NATIVE_TRANSPORT); in CreateNativeSurface()
Dgpu_messages.h217 IPC_STRUCT_TRAITS_MEMBER(transport_type)
/external/chromium/third_party/libjingle/source/talk/p2p/base/
Dsessionmessages.h109 const std::string& transport_type, in TransportInfo()
112 transport_type(transport_type), in TransportInfo()
116 std::string transport_type; // xmlns of <transport> member
Dsessionmessages.cc281 const std::string& transport_type, in ParseCandidates() argument
285 GetTransportParser(trans_parsers, transport_type); in ParseCandidates()
287 return BadParse("unknown transport type: " + transport_type, error); in ParseCandidates()
344 std::string transport_type = trans_elem->Name().Namespace(); in ParseJingleTransportInfo() local
345 TransportInfo tinfo(content.name, transport_type, Candidates()); in ParseJingleTransportInfo()
347 trans_parsers, transport_type, in ParseJingleTransportInfo()
409 tinfo->transport_type, tinfo->candidates, in WriteGingleTransportInfos()
423 tinfo.transport_type, tinfo.candidates, trans_parsers, in WriteJingleTransportInfo()
427 buzz::XmlElement* trans_elem = NewTransportElement(tinfo.transport_type); in WriteJingleTransportInfo()
/external/chromium_org/third_party/libjingle/source/talk/app/webrtc/
Dpeerconnectioninterface.h318 const std::string& transport_type, in TurnConfiguration()
323 transport_type(transport_type), in TurnConfiguration()
328 std::string transport_type; member
Dportallocatorfactory.cc78 if (cricket::StringToProto(turn[i].transport_type.c_str(), &protocol)) { in CreatePortAllocator()
85 << "Reason= Incorrect " << turn[i].transport_type in CreatePortAllocator()
Dpeerconnectionfactory_unittest.cc139 EXPECT_EQ(turn_config[i].transport_type, in VerifyTurnConfigurations()
140 allocator->turn_configs()[i].transport_type); in VerifyTurnConfigurations()
/external/chromium_org/content/renderer/p2p/
Dport_allocator.cc377 if (!cricket::StringToProto(relay_info.config.transport_type.c_str(), in AddConfig()
382 << relay_info.config.transport_type in AddConfig()
Dport_allocator.h42 std::string transport_type; member
/external/chromium_org/content/renderer/media/
Dmedia_stream_dependency_factory.cc137 relay_config.transport_type = turn_configurations[i].transport_type; in CreatePortAllocator()
/external/chromium_org/content/browser/gpu/
Dgpu_process_host.cc881 surface_handle.transport_type == gfx::TEXTURE_TRANSPORT) { in OnAcceleratedSurfaceBuffersSwapped()
938 if (handle.transport_type == gfx::TEXTURE_TRANSPORT) { in OnAcceleratedSurfaceBuffersSwapped()

12