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

  /system/core/adb/
adb.h 114 kCsOffline = 0,
transport.h 84 ConnectionState connection_state = kCsOffline;
adb.cpp 321 if (t->connection_state != kCsOffline) {
322 t->connection_state = kCsOffline;
359 t->connection_state = kCsOffline;
392 t->connection_state = kCsOffline;
    [all...]
transport.cpp 683 if (result && result->connection_state == kCsOffline) {
705 case kCsOffline:
973 init_usb_transport(t, usb, (writeable ? kCsOffline : kCsNoPerm));
transport_local.cpp 527 t->connection_state = kCsOffline;
sockets.cpp 797 } else if (s->transport->connection_state == kCsOffline) {

Completed in 324 milliseconds