OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:CS_NOPERM
(Results
1 - 2
of
2
) sorted by null
/system/core/adb/
transport.c
613
if (t->connection_state !=
CS_NOPERM
) {
753
if (t->connection_state ==
CS_NOPERM
) {
834
case
CS_NOPERM
: return "no permissions";
963
init_usb_transport(t, usb, (writeable ? CS_OFFLINE :
CS_NOPERM
));
970
/* this should only be used for transports with connection_state ==
CS_NOPERM
*/
976
if (t->usb == usb && t->connection_state ==
CS_NOPERM
) {
adb.h
286
/* this should only be used for transports with connection_state ==
CS_NOPERM
*/
436
#define
CS_NOPERM
5 /* Insufficient permissions to communicate with the device */
Completed in 561 milliseconds