Home
last modified time | relevance | path

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

/system/core/adb/
Dadb_auth.h51 extern bool auth_required;
Dadb.cpp332 } else if (!auth_required) { in handle_new_connection()
/system/core/adb/daemon/
Dauth.cpp66 bool auth_required = true; variable
107 if (!auth_required) { in adbd_tls_client_ca_list()
283 if (!auth_required) { in adbd_tls_verify_cert()
Dmain.cpp209 auth_required = android::base::GetBoolProperty("ro.adb.secure", false); in adbd_main()