Home
last modified time | relevance | path

Searched refs:CS_UNAUTHORIZED (Results 1 – 3 of 3) sorted by relevance

/system/core/adb/
Dadb.h468 #define CS_UNAUTHORIZED 7 macro
Dtransport.c862 if (result->connection_state == CS_UNAUTHORIZED) { in acquire_one_transport()
905 case CS_UNAUTHORIZED: return "unauthorized"; in statename()
Dadb.c411 case CS_UNAUTHORIZED: in connection_state_name()
542 t->connection_state = CS_UNAUTHORIZED; in handle_packet()