Searched refs:CS_ANY (Results 1 – 4 of 4) sorted by relevance
/system/core/adb/ |
D | adb.c | 1535 transport = acquire_one_transport(CS_ANY, type, serial, &error_string); in handle_host_request() 1617 transport = acquire_one_transport(CS_ANY, ttype, serial, NULL); in handle_host_request() 1627 transport = acquire_one_transport(CS_ANY, ttype, serial, NULL); in handle_host_request() 1703 transport = acquire_one_transport(CS_ANY, ttype, serial, &err); in handle_host_request() 1740 transport = acquire_one_transport(CS_ANY, ttype, serial, NULL); in handle_host_request()
|
D | adb.h | 463 #define CS_ANY -1 macro
|
D | transport.c | 867 if (result && state != CS_ANY && result->connection_state != state) { in acquire_one_transport() 878 } else if (state != CS_ANY && (serial || !ambiguous)) { in acquire_one_transport()
|
D | sockets.c | 784 s->transport = acquire_one_transport (CS_ANY, in smart_socket_enqueue()
|