Home
last modified time | relevance | path

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

/system/core/adb/
Dtransport.c619 if (t->connection_state != CS_NOPERM) { in transport_registration_func()
798 if (t->connection_state == CS_NOPERM) { in acquire_one_transport()
890 case CS_NOPERM: return "no permissions"; in statename()
1066 init_usb_transport(t, usb, (writeable ? CS_OFFLINE : CS_NOPERM)); in register_usb_transport()
1082 if (t->usb == usb && t->connection_state == CS_NOPERM) { in unregister_usb_transport()
Dadb.h469 #define CS_NOPERM 5 /* Insufficient permissions to communicate with the device */ macro