HomeSort by relevance Sort by last modified time
    Searched defs:transport_type (Results 1 - 13 of 13) sorted by null

  /hardware/qcom/bt/libbt-vendor/src/
userial_vendor.c 38 char transport_type[10] = {0,}; local
41 ret = property_get("ro.qualcomm.bt.hci_transport", transport_type, NULL);
45 printf("ro.qualcomm.bt.hci_transport: %s \n", transport_type);
47 if (!strcasecmp(transport_type, "smd"))
  /external/chromium_org/content/renderer/p2p/
port_allocator.h 42 std::string transport_type; member in struct:content::P2PPortAllocator::Config::RelayServerConfig
  /external/chromium_org/third_party/libjingle/source/talk/p2p/base/
transportdescription.h 83 TransportDescription(const std::string& transport_type,
90 : transport_type(transport_type),
97 TransportDescription(const std::string& transport_type,
99 : transport_type(transport_type),
103 : transport_type(from.transport_type),
116 transport_type = from.transport_type;
145 std::string transport_type; \/\/ xmlns of <transport> member in struct:cricket::TransportDescription
    [all...]
dtlstransportchannel_unittest.cc 149 std::string transport_type = (protocol_ == cricket::ICEPROTO_GOOGLE) ? local
152 transport_type, std::vector<std::string>(), kIceUfrag1, kIcePwd1,
158 transport_type, std::vector<std::string>(), kIceUfrag1, kIcePwd1,
sessionmessages.cc 251 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);
479 const std::string& transport_type,
487 transport_type, content_name
526 std::string transport_type = tinfo.description.transport_type; local
    [all...]
session.h 266 const std::string& transport_type() const { return transport_type_; } function in class:cricket::BaseSession
  /system/core/adb/
adb_client.c 16 static transport_type __adb_transport = kTransportAny;
22 void adb_set_transport(transport_type type, const char* serial)
101 char* transport_type = "???"; local
105 transport_type = "transport-usb";
108 transport_type = "transport-local";
111 transport_type = "transport-any";
119 snprintf(service, sizeof service, "host:%s", transport_type);
adb.h 159 typedef enum transport_type { enum
164 } transport_type; typedef in typeref:enum:transport_type
185 transport_type type;
275 atransport *acquire_one_transport(int state, transport_type ttype, const char* serial, char **error_out);
487 int handle_host_request(char *service, transport_type ttype, char* serial, int reply_fd, asocket *s);
  /external/chromium/third_party/libjingle/source/talk/p2p/base/
sessionmessages.h 109 const std::string& transport_type,
112 transport_type(transport_type),
116 std::string transport_type; // xmlns of <transport> member in struct:cricket::TransportInfo
sessionmessages.cc 281 const std::string& transport_type,
285 GetTransportParser(trans_parsers, transport_type);
287 return BadParse("unknown transport type: " + transport_type, error);
344 std::string transport_type = trans_elem->Name().Namespace(); local
345 TransportInfo tinfo(content.name, transport_type, Candidates());
347 trans_parsers, transport_type,
409 tinfo->transport_type, tinfo->candidates,
423 tinfo.transport_type, tinfo.candidates, trans_parsers,
427 buzz::XmlElement* trans_elem = NewTransportElement(tinfo.transport_type);
    [all...]
  /external/chromium_org/ui/gfx/
native_widget_types.h 281 transport_type(EMPTY),
287 transport_type(transport_),
291 DCHECK(transport_type != TEXTURE_TRANSPORT ||
294 bool is_null() const { return transport_type == EMPTY; }
296 return transport_type == NATIVE_TRANSPORT ||
297 transport_type == TEXTURE_TRANSPORT;
300 SurfaceType transport_type; member in struct:gfx::GLSurfaceHandle
  /external/chromium_org/third_party/libjingle/source/talk/app/webrtc/
peerconnectioninterface.h 318 const std::string& transport_type,
323 transport_type(transport_type),
328 std::string transport_type; member in struct:webrtc::PortAllocatorFactoryInterface::TurnConfiguration
  /bootable/recovery/minadbd/
adb.h 156 typedef enum transport_type { enum
161 } transport_type; typedef in typeref:enum:transport_type
179 transport_type type;
237 atransport *acquire_one_transport(int state, transport_type ttype, const char* serial, char **error_out);
414 int handle_host_request(char *service, transport_type ttype, char* serial, int reply_fd, asocket *s);

Completed in 368 milliseconds