Home
last modified time | relevance | path

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

/bootable/recovery/minadbd/
Dadb.c299 t->connection_state = CS_OFFLINE; in handle_packet()
307 if(t->connection_state != CS_OFFLINE) { in handle_packet()
308 t->connection_state = CS_OFFLINE; in handle_packet()
317 if(t->connection_state != CS_OFFLINE) { in handle_packet()
333 if(t->connection_state != CS_OFFLINE) { in handle_packet()
345 if(t->connection_state != CS_OFFLINE) { in handle_packet()
353 if(t->connection_state != CS_OFFLINE) { in handle_packet()
Dadb.h400 #define CS_OFFLINE 0 macro
Dtransport.c656 if (result && result->connection_state == CS_OFFLINE) { in acquire_one_transport()
707 init_usb_transport(t, usb, (writeable ? CS_OFFLINE : CS_NOPERM)); in register_usb_transport()
Dsockets.c651 if(!(s->transport) || (s->transport->connection_state == CS_OFFLINE)) { in smart_socket_enqueue()