OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:CS_NOPERM
(Results
1 - 4
of
4
) sorted by null
/bootable/recovery/minadbd/
transport.c
469
if (t->connection_state !=
CS_NOPERM
) {
609
if (t->connection_state ==
CS_NOPERM
) {
707
init_usb_transport(t, usb, (writeable ? CS_OFFLINE :
CS_NOPERM
));
714
/* this should only be used for transports with connection_state ==
CS_NOPERM
*/
720
if (t->usb == usb && t->connection_state ==
CS_NOPERM
) {
adb.h
262
/* this should only be used for transports with connection_state ==
CS_NOPERM
*/
405
#define
CS_NOPERM
5 /* Insufficient permissions to communicate with the device */
/system/core/adb/
transport.c
624
if (t->connection_state !=
CS_NOPERM
) {
806
if (t->connection_state ==
CS_NOPERM
) {
904
case
CS_NOPERM
: return "no permissions";
1104
init_usb_transport(t, usb, (writeable ? CS_OFFLINE :
CS_NOPERM
));
1122
/* this should only be used for transports with connection_state ==
CS_NOPERM
*/
1128
if (t->usb == usb && t->connection_state ==
CS_NOPERM
) {
adb.h
300
/* this should only be used for transports with connection_state ==
CS_NOPERM
*/
466
#define
CS_NOPERM
5 /* Insufficient permissions to communicate with the device */
Completed in 47 milliseconds