HomeSort by relevance Sort by last modified time
    Searched refs:kTransportAny (Results 1 - 9 of 9) sorted by null

  /system/core/adb/
adb_client.cpp 44 static TransportType __adb_transport = kTransportAny;
75 case kTransportAny:
transport_test.cpp 159 for (TransportType type : {kTransportAny, kTransportLocal}) {
182 for (TransportType type : {kTransportAny, kTransportLocal}) {
adb.h 106 kTransportAny,
transport.h 86 TransportType type = kTransportAny;
services.cpp 188 if (handle_forward_request(command, kTransportAny, nullptr, s[1]) < 0) {
466 sinfo->transport_type = kTransportAny;
sockets.cpp 661 TransportType type = kTransportAny;
725 type = kTransportAny;
786 s->transport = acquire_one_transport(kTransportAny, nullptr, nullptr, &error_msg);
adb.cpp     [all...]
transport.cpp 614 } else if (type == kTransportAny) {
657 } else if (type == kTransportAny) {
commandline.cpp     [all...]

Completed in 186 milliseconds