Home
last modified time | relevance | path

Searched refs:TransportType (Results 1 – 11 of 11) sorted by relevance

/system/core/adb/client/
Dadb_client.h51 void adb_set_transport(TransportType type, const char* _Nullable serial, TransportId transport_id);
52 void adb_get_transport(TransportType* _Nullable type, const char* _Nullable* _Nullable serial,
Dadb_client.cpp50 static TransportType __adb_transport = kTransportAny;
56 void adb_set_transport(TransportType type, const char* serial, TransportId transport_id) { in adb_set_transport()
62 void adb_get_transport(TransportType* type, const char** serial, TransportId* transport_id) { in adb_get_transport()
Dcommandline.cpp1053 TransportType t; in wait_for_device()
1133 TransportType previous_type; in adb_root()
1418 TransportType transport_type = kTransportAny; in adb_commandline()
/system/core/adb/
Dadb.h88 enum TransportType { enum
231 HostRequestResult handle_host_request(std::string_view service, TransportType type,
Dtransport_test.cpp145 for (TransportType type : {kTransportAny, kTransportLocal}) { in TEST_F()
168 for (TransportType type : {kTransportAny, kTransportLocal}) { in TEST_F()
Dtransport.h268 TransportType type = kTransportAny;
378 atransport* acquire_one_transport(TransportType type, const char* serial, TransportId transport_id,
Dservices.cpp97 TransportType transport_type;
Dadb.cpp1028 HostRequestResult handle_host_request(std::string_view service, TransportType type, in handle_host_request()
1047 TransportType type = kTransportAny; in handle_host_request()
Dsockets.cpp722 TransportType type = kTransportAny; in smart_socket_enqueue()
Dtransport.cpp832 atransport* acquire_one_transport(TransportType type, const char* serial, TransportId transport_id, in acquire_one_transport()
/system/netd/resolv/
Dstats.proto147 enum TransportType { enum
199 optional TransportType transport = 5;