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

  /system/core/adb/
adb.c 1116 transport = acquire_one_transport(CS_ANY, type, serial, &error_string);
    [all...]
adb.h 257 ** If state is != CS_ANY, only transports in that state are considered.
430 #define CS_ANY -1
transport.c 806 if (result && state != CS_ANY && result->connection_state != state) {
817 } else if (state != CS_ANY && (serial || !ambiguous)) {
sockets.c 749 s->transport = acquire_one_transport (CS_ANY,

Completed in 695 milliseconds