Home
last modified time | relevance | path

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

/system/core/adb/
Dtransport.h288 size_t failed_auth_attempts = 0; variable
Dadb.cpp343 t->failed_auth_attempts = 0; in handle_packet()
347 if (t->failed_auth_attempts++ > 256) std::this_thread::sleep_for(1s); in handle_packet()