HomeSort by relevance Sort by last modified time
    Searched defs:transport_type (Results 1 - 14 of 14) 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 106 TransportDescription(const std::string& transport_type,
114 : transport_type(transport_type),
122 TransportDescription(const std::string& transport_type,
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...]
dtlstransportchannel_unittest.cc 167 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,
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);
481 const std::string& transport_type,
489 transport_type, content_name
528 std::string transport_type = tinfo.description.transport_type; local
    [all...]
session.h 291 const std::string& transport_type() const { return transport_type_; } function in class:cricket::BaseSession
  /external/chromium_org/ui/gfx/
native_widget_types.h 228 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
  /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 166 typedef enum transport_type { enum
171 } transport_type; typedef in typeref:enum:transport_type
192 transport_type type;
282 atransport *acquire_one_transport(int state, transport_type ttype, const char* serial, char **error_out);
327 int handle_forward_request(const char* service, transport_type ttype, char* serial, int reply_fd);
416 int handle_host_request(char *service, transport_type ttype, char* serial, int reply_fd, asocket *s);
  /external/chromium_org/content/browser/battery_status/
battery_status_manager_mac.cc 133 CFStringRef transport_type = local
138 CFStringsAreEqual(transport_type, CFSTR(kIOPSInternalType));
  /external/chromium_org/media/video/capture/
video_capture_device.h 76 const TransportType transport_type);
121 TransportType transport_type() const { function in class:media::VideoCaptureDevice::Name
  /external/chromium_org/content/renderer/media/
peer_connection_tracker.cc 127 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);
  /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);
422 int handle_host_request(char *service, transport_type ttype, char* serial, int reply_fd, asocket *s);
  /external/chromium_org/third_party/libjingle/source/talk/app/webrtc/
peerconnectioninterface.h 406 const std::string& transport_type,
411 transport_type(transport_type),
416 std::string transport_type; member in struct:webrtc::PortAllocatorFactoryInterface::TurnConfiguration

Completed in 291 milliseconds