Searched refs:adb_set_transport (Results 1 – 3 of 3) 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);
|
D | adb_client.cpp | 56 void adb_set_transport(TransportType type, const char* serial, TransportId transport_id) { in adb_set_transport() function
|
D | commandline.cpp | 1138 adb_set_transport(kTransportAny, nullptr, transport_id); in adb_root() 1144 adb_set_transport(previous_type, previous_serial, 0); in adb_root() 1556 adb_set_transport(transport_type, serial, transport_id); in adb_commandline()
|