Home | History | Annotate | Download | only in adb

Lines Matching refs:connection_state

244     switch(t->connection_state) {
282 D("setting connection_state to CS_BOOTLOADER\n");
283 t->connection_state = CS_BOOTLOADER;
289 D("setting connection_state to CS_DEVICE\n");
290 t->connection_state = CS_DEVICE;
296 D("setting connection_state to CS_RECOVERY\n");
297 t->connection_state = CS_RECOVERY;
302 t->connection_state = CS_HOST;
321 t->connection_state = CS_OFFLINE;
329 if(t->connection_state != CS_OFFLINE) {
330 t->connection_state = CS_OFFLINE;
339 if(t->connection_state != CS_OFFLINE) {
355 if(t->connection_state != CS_OFFLINE) {
367 if(t->connection_state != CS_OFFLINE) {
375 if(t->connection_state != CS_OFFLINE) {