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

  /system/core/adb/
transport_test.cpp 144 for (TransportType type : {kTransportAny, kTransportLocal}) {
167 for (TransportType type : {kTransportAny, kTransportLocal}) {
169 bool should_match = (type == kTransportLocal);
adb_client.cpp 87 case kTransportLocal:
318 } else if (__adb_transport == kTransportLocal) {
adb.h 102 kTransportLocal,
transport.h 146 bool IsTcpDevice() const { return type == kTransportLocal; }
transport.cpp 728 } else if (type == kTransportLocal) {
769 } else if (type == kTransportLocal && t->type == kTransportLocal) {
935 } else if (type == kTransportLocal) {
    [all...]
transport_local.cpp 449 t->type = kTransportLocal;
services.cpp 457 sinfo->transport_type = kTransportLocal;
commandline.cpp     [all...]
adb.cpp     [all...]
sockets.cpp 678 type = kTransportLocal;

Completed in 252 milliseconds