Searched refs:CS_NOPERM (Results 1 - 2 of 2) sorted by relevance

/system/core/adb/
H A Dtransport.c619 if (t->connection_state != CS_NOPERM) {
798 if (t->connection_state == CS_NOPERM) {
890 case CS_NOPERM: return "no permissions";
1066 init_usb_transport(t, usb, (writeable ? CS_OFFLINE : CS_NOPERM));
1076 /* this should only be used for transports with connection_state == CS_NOPERM */
1082 if (t->usb == usb && t->connection_state == CS_NOPERM) {
H A Dadb.h303 /* this should only be used for transports with connection_state == CS_NOPERM */
469 #define CS_NOPERM 5 /* Insufficient permissions to communicate with the device */ macro

Completed in 6 milliseconds