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

  /bootable/recovery/minadbd/
adb.h 233 ** If state is != CS_ANY, only transports in that state are considered.
399 #define CS_ANY -1
transport.c 662 if (result && state != CS_ANY && result->connection_state != state) {
673 } else if (state != CS_ANY && (serial || !ambiguous)) {
sockets.c 642 s->transport = acquire_one_transport (CS_ANY,
  /system/core/adb/
adb.h 274 ** If state is != CS_ANY, only transports in that state are considered.
463 #define CS_ANY -1
adb.c     [all...]
transport.c 861 if (result && state != CS_ANY && result->connection_state != state) {
872 } else if (state != CS_ANY && (serial || !ambiguous)) {
sockets.c 784 s->transport = acquire_one_transport (CS_ANY,

Completed in 3001 milliseconds