Home
last modified time | relevance | path

Searched refs:kCsAuthorizing (Results 1 – 4 of 4) sorted by relevance

/packages/modules/adb/
Dadb.h109 kCsAuthorizing, // Authorizing with keys from ADB_VENDOR_KEYS. enumerator
Dtransport_test.cpp33 ASSERT_EQ("authorizing", to_string(ConnectionState::kCsAuthorizing)); in TEST()
Dadb.cpp138 case kCsAuthorizing: in to_string()
438 if (t->GetConnectionState() != kCsAuthorizing) { in handle_packet()
439 t->SetConnectionState(kCsAuthorizing); in handle_packet()
Dtransport.cpp985 case kCsAuthorizing: in acquire_one_transport()
1331 case kCsAuthorizing: in adbStateFromProto()