HomeSort by relevance Sort by last modified time
    Searched full:__adb_transport (Results 1 - 1 of 1) sorted by null

  /system/core/adb/
adb_client.cpp 41 static TransportType __adb_transport = kTransportAny; variable
49 __adb_transport = type;
55 *type = __adb_transport;
79 switch (__adb_transport) {
327 if (adb_query(format_host_command("features", __adb_transport, __adb_serial), &result, error)) {

Completed in 50 milliseconds