Searched refs:transport_type (Results 1 – 3 of 3) sorted by relevance
97 TransportType transport_type; member110 atransport* t = acquire_one_transport(sinfo->transport_type, serial, sinfo->transport_id, in wait_for_state()217 sinfo->transport_type = kTransportLocal; in host_service_to_socket()219 sinfo->transport_type = kTransportUsb; in host_service_to_socket()221 sinfo->transport_type = kTransportAny; in host_service_to_socket()
89 const char* transport_type = "???"; in switch_socket_transport() local92 transport_type = "usb"; in switch_socket_transport()95 transport_type = "local"; in switch_socket_transport()98 transport_type = "any"; in switch_socket_transport()105 service += transport_type; in switch_socket_transport()
1418 TransportType transport_type = kTransportAny; in adb_commandline() local1475 transport_type = kTransportUsb; in adb_commandline()1477 transport_type = kTransportLocal; in adb_commandline()1552 if (transport_type == kTransportAny && serial == nullptr) { in adb_commandline()1556 adb_set_transport(transport_type, serial, transport_id); in adb_commandline()1733 } else if (transport_type == kTransportUsb) { in adb_commandline()1735 } else if (transport_type == kTransportLocal) { in adb_commandline()