Home | History | Annotate | Download | only in adb

Lines Matching refs:connection_state

423     switch(t->connection_state) {
494 D("setting connection_state to CS_BOOTLOADER\n");
495 t->connection_state = CS_BOOTLOADER;
501 D("setting connection_state to CS_DEVICE\n");
502 t->connection_state = CS_DEVICE;
508 D("setting connection_state to CS_RECOVERY\n");
509 t->connection_state = CS_RECOVERY;
515 D("setting connection_state to CS_SIDELOAD\n");
516 t->connection_state = CS_SIDELOAD;
521 t->connection_state = CS_HOST;
540 t->connection_state = CS_OFFLINE;
548 if(t->connection_state != CS_OFFLINE) {
549 t->connection_state = CS_OFFLINE;
565 t->connection_state = CS_UNAUTHORIZED;