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

  /system/core/adb/
bugreport.h 32 int DoIt(TransportType transport_type, const char* serial, int argc, const char** argv);
38 TransportType transport_type, const char* serial, const std::string& command,
bugreport.cpp 188 int Bugreport::DoIt(TransportType transport_type, const char* serial, int argc, const char** argv) {
194 int status = SendShellCommand(transport_type, serial, "bugreportz -v", false, &version_callback);
207 return SendShellCommand(transport_type, serial, "bugreport", false);
259 return SendShellCommand(transport_type, serial, bugz_command, false, &bugz_callback);
269 int Bugreport::SendShellCommand(TransportType transport_type, const char* serial,
272 return send_shell_command(transport_type, serial, command, disable_shell_protocol, callback);
adb_client.cpp 78 const char* transport_type = "???"; local
81 transport_type = "transport-usb";
84 transport_type = "transport-local";
87 transport_type = "transport-any";
94 service += transport_type;
commandline.h 95 int send_shell_command(TransportType transport_type, const char* serial, const std::string& command,
commandline.cpp 1448 TransportType transport_type = kTransportAny; local
    [all...]
services.cpp 367 TransportType transport_type; member in struct:state_info
381 atransport* t = acquire_one_transport(sinfo->transport_type, serial, &is_ambiguous, &error);
527 sinfo->transport_type = kTransportLocal;
530 sinfo->transport_type = kTransportUsb;
533 sinfo->transport_type = kTransportAny;
bugreport_test.cpp 56 int send_shell_command(TransportType transport_type, const char* serial, const std::string& command,
124 int(TransportType transport_type, const char* serial, const std::string& command,
  /hardware/qcom/bt/msm8960/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/webrtc/webrtc/test/
rtp_rtcp_observer.h 84 TransportType transport_type,
88 transport_type_(transport_type) {}
  /external/dhcpcd-6.8.2/
dhcpcd-definitions.conf 505 embed byte transport_type

Completed in 185 milliseconds