Searched refs:TransportType (Results 1 – 11 of 11) sorted by relevance
/system/core/adb/client/ |
D | adb_client.h | 51 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,
|
D | adb_client.cpp | 50 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()
|
D | commandline.cpp | 1053 TransportType t; in wait_for_device() 1133 TransportType previous_type; in adb_root() 1418 TransportType transport_type = kTransportAny; in adb_commandline()
|
/system/core/adb/ |
D | adb.h | 88 enum TransportType { enum 231 HostRequestResult handle_host_request(std::string_view service, TransportType type,
|
D | transport_test.cpp | 145 for (TransportType type : {kTransportAny, kTransportLocal}) { in TEST_F() 168 for (TransportType type : {kTransportAny, kTransportLocal}) { in TEST_F()
|
D | transport.h | 268 TransportType type = kTransportAny; 378 atransport* acquire_one_transport(TransportType type, const char* serial, TransportId transport_id,
|
D | services.cpp | 97 TransportType transport_type;
|
D | adb.cpp | 1028 HostRequestResult handle_host_request(std::string_view service, TransportType type, in handle_host_request() 1047 TransportType type = kTransportAny; in handle_host_request()
|
D | sockets.cpp | 722 TransportType type = kTransportAny; in smart_socket_enqueue()
|
D | transport.cpp | 832 atransport* acquire_one_transport(TransportType type, const char* serial, TransportId transport_id, in acquire_one_transport()
|
/system/netd/resolv/ |
D | stats.proto | 147 enum TransportType { enum 199 optional TransportType transport = 5;
|