Home
last modified time | relevance | path

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

/system/core/adb/
Dadb.c245 case CS_OFFLINE: in connection_state_name()
315 t->connection_state = CS_OFFLINE; in handle_packet()
323 if(t->connection_state != CS_OFFLINE) { in handle_packet()
324 t->connection_state = CS_OFFLINE; in handle_packet()
333 if(t->connection_state != CS_OFFLINE) { in handle_packet()
349 if(t->connection_state != CS_OFFLINE) { in handle_packet()
361 if(t->connection_state != CS_OFFLINE) { in handle_packet()
369 if(t->connection_state != CS_OFFLINE) { in handle_packet()
Dtransport.c775 if (result && result->connection_state == CS_OFFLINE) { in acquire_one_transport()
804 case CS_OFFLINE: return "offline"; in statename()
932 init_usb_transport(t, usb, (writeable ? CS_OFFLINE : CS_NOPERM)); in register_usb_transport()
Dadb.h400 #define CS_OFFLINE 0 macro
Dtransport_local.c287 t->connection_state = CS_OFFLINE; in init_socket_transport()
Dsockets.c708 if(!(s->transport) || (s->transport->connection_state == CS_OFFLINE)) { in smart_socket_enqueue()