Home
last modified time | relevance | path

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

/system/core/adb/
Dadb_auth.h22 extern bool auth_required;
Dadb_auth.cpp31 bool auth_required = true; variable
Dadb_main.cpp243 auth_required = false; in adb_main()
Dadb.cpp424 if (HOST || !auth_required) { in handle_packet()