Home
last modified time | relevance | path

Searched refs:transport_type (Results 1 – 3 of 3) sorted by relevance

/system/core/adb/
Dservices.cpp99 TransportType transport_type; member
112 atransport* t = acquire_one_transport(sinfo->transport_type, serial, sinfo->transport_id, in wait_for_state()
224 sinfo->transport_type = kTransportLocal; in host_service_to_socket()
226 sinfo->transport_type = kTransportUsb; in host_service_to_socket()
228 sinfo->transport_type = kTransportAny; in host_service_to_socket()
/system/core/adb/client/
Dadb_client.cpp89 const char* transport_type = "???"; in switch_socket_transport() local
92 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()
Dcommandline.cpp1469 TransportType transport_type = kTransportAny; in adb_commandline() local
1526 transport_type = kTransportUsb; in adb_commandline()
1528 transport_type = kTransportLocal; in adb_commandline()
1603 if (transport_type == kTransportAny && serial == nullptr) { in adb_commandline()
1607 adb_set_transport(transport_type, serial, transport_id); in adb_commandline()