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

  /system/core/adb/
commandline.c 363 else if (ttype == kTransportLocal)
879 ttype = kTransportLocal;
    [all...]
adb.h 158 kTransportLocal,
adb_client.c 101 case kTransportLocal:
transport_local.c 288 t->type = kTransportLocal;
transport.c 775 } else if (ttype == kTransportLocal && t->type == kTransportLocal) {
940 if (t->type == kTransportLocal && t->adb_port == 0) {
services.c 551 sinfo->transport = kTransportLocal;
sockets.c 686 ttype = kTransportLocal;
adb.c 1108 type = kTransportLocal;
    [all...]

Completed in 31 milliseconds