Searched defs:transport_type (Results 1 - 12 of 12) sorted by relevance

/external/chromium_org/media/video/capture/
H A Dvideo_capture_device.cc50 const TransportType transport_type)
54 transport_type_(transport_type),
47 Name(const std::string& name, const std::string& id, const CaptureApiType api_type, const TransportType transport_type) argument
H A Dvideo_capture_device.h76 const TransportType transport_type);
121 TransportType transport_type() const { function in class:media::VideoCaptureDevice::Name
/external/chromium_org/content/renderer/p2p/
H A Dport_allocator.h42 std::string transport_type; member in struct:content::P2PPortAllocator::Config::RelayServerConfig
/external/chromium_org/ui/gfx/
H A Dnative_widget_types.h228 transport_type(EMPTY),
233 transport_type(transport_),
236 DCHECK(transport_type != TEXTURE_TRANSPORT ||
239 bool is_null() const { return transport_type == EMPTY; }
241 return transport_type == NATIVE_TRANSPORT ||
242 transport_type == TEXTURE_TRANSPORT;
245 SurfaceType transport_type; member in struct:gfx::GLSurfaceHandle
/external/chromium_org/content/browser/battery_status/
H A Dbattery_status_manager_mac.cc133 CFStringRef transport_type = local
138 CFStringsAreEqual(transport_type, CFSTR(kIOPSInternalType));
/external/chromium_org/third_party/libjingle/source/talk/p2p/base/
H A Dtransportdescription.h106 TransportDescription(const std::string& transport_type, argument
114 : transport_type(transport_type),
122 TransportDescription(const std::string& transport_type, argument
125 : transport_type(transport_type),
131 : transport_type(from.transport_type),
145 transport_type = from.transport_type;
175 std::string transport_type; // xmlns of <transport> member in struct:cricket::TransportDescription
[all...]
H A Ddtlstransportchannel_unittest.cc167 std::string transport_type = (protocol_ == cricket::ICEPROTO_GOOGLE) ? local
170 transport_type, std::vector<std::string>(), kIceUfrag1, kIcePwd1,
179 transport_type, std::vector<std::string>(), kIceUfrag1, kIcePwd1,
H A Dsession.h291 const std::string& transport_type() const { return transport_type_; } function in class:cricket::BaseSession
H A Dsessionmessages.cc251 const std::string& transport_type) {
252 TransportParserMap::const_iterator map = trans_parsers.find(transport_type);
273 const std::string& transport_type,
278 *parser = GetTransportParser(trans_parsers, transport_type);
280 return BadParse("unknown transport type: " + transport_type, error);
292 const std::string& transport_type,
297 *parser = GetTransportParser(trans_parsers, transport_type);
299 return BadWrite("unknown transport type: " + transport_type, error);
481 const std::string& transport_type,
489 transport_type, content_nam
250 GetTransportParser(const TransportParserMap& trans_parsers, const std::string& transport_type) argument
271 GetParserAndTranslator(const TransportParserMap& trans_parsers, const CandidateTranslatorMap& translators, const std::string& transport_type, const std::string& content_name, TransportParser** parser, CandidateTranslator** translator, ParseError* error) argument
290 GetParserAndTranslator(const TransportParserMap& trans_parsers, const CandidateTranslatorMap& translators, const std::string& transport_type, const std::string& content_name, TransportParser** parser, CandidateTranslator** translator, WriteError* error) argument
479 WriteGingleCandidates(const Candidates& candidates, const TransportParserMap& trans_parsers, const std::string& transport_type, const CandidateTranslatorMap& translators, const std::string& content_name, XmlElements* elems, WriteError* error) argument
528 std::string transport_type = tinfo.description.transport_type; local
[all...]
H A Dsession_unittest.cc225 const std::string& transport_type) {
234 " xmlns=\"" + transport_type + "\""
241 const std::string& transport_type,
243 std::string transport = transport_type.empty() ? "" :
245 " xmlns=\"" + transport_type + "\""
262 const std::string& transport_type,
269 " xmlns=\"" + transport_type + "\""
223 JingleEmptyContentXml(const std::string& content_name, const std::string& content_type, const std::string& transport_type) argument
239 JingleContentXml(const std::string& content_name, const std::string& content_type, const std::string& transport_type, const std::string& transport_main) argument
261 JingleTransportContentXml(const std::string& content_name, const std::string& transport_type, const std::string& content) argument
/external/chromium_org/content/renderer/media/
H A Dpeer_connection_tracker.cc127 string transport_type; local
130 transport_type = "none";
133 transport_type = "relay";
136 transport_type = "all";
139 transport_type = "noHost";
144 return transport_type;
387 string transport_type = local
396 servers_string + ", " + transport_type + ", " + constraints);
/external/chromium_org/third_party/libjingle/source/talk/app/webrtc/
H A Dpeerconnectioninterface.h406 const std::string& transport_type,
411 transport_type(transport_type),
416 std::string transport_type; member in struct:webrtc::PortAllocatorFactoryInterface::TurnConfiguration
402 TurnConfiguration(const std::string& address, int port, const std::string& username, const std::string& password, const std::string& transport_type, bool secure) argument

Completed in 6572 milliseconds