Home
last modified time | relevance | path

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

/packages/modules/adb/client/
Dadb_client.h58 void adb_get_transport(TransportType* _Nullable type, const char* _Nullable* _Nullable serial,
Dadb_client.cpp63 void adb_get_transport(TransportType* type, const char** serial, TransportId* transport_id) { in adb_get_transport() function
Dcommandline.cpp1080 adb_get_transport(&t, nullptr, nullptr); in wait_for_device()
1144 adb_get_transport(&previous_type, &previous_serial, &previous_id); in adb_root()