Home
last modified time | relevance | path

Searched refs:CS_OFFLINE (Results 1 – 5 of 5) sorted by relevance

/system/core/adb/
Dadb.h384 #define CS_OFFLINE 0 macro
Dadb.c432 case CS_OFFLINE: in connection_state_name()
540 t->connection_state = CS_OFFLINE; in handle_packet()
548 if(t->connection_state != CS_OFFLINE) { in handle_packet()
549 t->connection_state = CS_OFFLINE; in handle_packet()
Dtransport_local.c415 t->connection_state = CS_OFFLINE; in init_socket_transport()
Dtransport.c869 if (result && result->connection_state == CS_OFFLINE) { in acquire_one_transport()
898 case CS_OFFLINE: return "offline"; in statename()
1104 init_usb_transport(t, usb, (writeable ? CS_OFFLINE : CS_NOPERM)); in register_usb_transport()
Dsockets.c842 if(!(s->transport) || (s->transport->connection_state == CS_OFFLINE)) { in smart_socket_enqueue()