Home
last modified time | relevance | path

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

/system/core/adb/
Dtransport.cpp583 if (t->connection_state != CS_NOPERM) { in transport_registration_func()
755 if (t->connection_state == CS_NOPERM) { in acquire_one_transport()
849 case CS_NOPERM: return "no permissions"; in connection_state_name()
1026 init_usb_transport(t, usb, (writeable ? CS_OFFLINE : CS_NOPERM)); in register_usb_transport()
1050 if (t->usb == usb && t->connection_state == CS_NOPERM) { in unregister_usb_transport()
Dadb.h348 #define CS_NOPERM 5 /* Insufficient permissions to communicate with the device */ macro