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

/system/core/adb/
H A Dadb_client.cpp67 const char* transport_type = "???"; local
70 transport_type = "transport-usb";
73 transport_type = "transport-local";
76 transport_type = "transport-any";
83 service += transport_type;
H A Dbugreport.cpp198 int Bugreport::DoIt(TransportType transport_type, const char* serial, int argc, const char** argv) { argument
204 int status = SendShellCommand(transport_type, serial, "bugreportz -v", false, &version_callback);
217 return SendShellCommand(transport_type, serial, "bugreport", false);
268 return SendShellCommand(transport_type, serial, bugz_command, false, &bugz_callback);
277 int Bugreport::SendShellCommand(TransportType transport_type, const char* serial, argument
280 return send_shell_command(transport_type, serial, command, disable_shell_protocol, callback);
H A Dbugreport_test.cpp54 int send_shell_command(TransportType transport_type, const char* serial, const std::string& command, argument
122 int(TransportType transport_type, const char* serial, const std::string& command,
H A Dservices.cpp339 TransportType transport_type; member in struct:state_info
353 atransport* t = acquire_one_transport(sinfo->transport_type, serial, &is_ambiguous, &error);
460 sinfo->transport_type = kTransportLocal;
463 sinfo->transport_type = kTransportUsb;
466 sinfo->transport_type = kTransportAny;
H A Dcommandline.cpp1096 int send_shell_command(TransportType transport_type, const char* serial, const std::string& command, argument
1128 if (!wait_for_device("wait-for-device", transport_type, serial)) {
1418 TransportType transport_type = kTransportAny; local
1487 transport_type = kTransportUsb;
1489 transport_type = kTransportLocal;
1566 if (transport_type == kTransportAny && serial == nullptr) {
1570 adb_set_transport(transport_type, serial);
1597 if (!wait_for_device(service, transport_type, serial)) {
1736 return bugreport.DoIt(transport_type, serial, argc, argv);
1750 } else if (transport_type
[all...]

Completed in 109 milliseconds