Home
last modified time | relevance | path

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

/system/nfc/src/adaptation/
Ddebug_nfcsnoop.cc56 static bool isDebuggable = false; variable
136 if (isDebuggable && in nfcsnoop_capture()
156 isDebuggable = property_get_int32("ro.debuggable", 0); in debug_nfcsnoop_init()
/system/libhidl/transport/
DServiceManagement.cpp171 static bool isDebuggable() { in isDebuggable() function
177 if (kEnforceVintfManifest && !isDebuggable()) { in isTrebleTestingOverride()
768 const bool allowLegacy = !kEnforceVintfManifest || (trebleTestingOverride && isDebuggable()); in getRawServiceInternal()
/system/core/bootstat/
Dboot_reason_test.sh95 isDebuggable() { function
105 if isDebuggable; then
1093 if isDebuggable; then # see below
/system/core/fs_mgr/tests/
Dadb-remount-test.sh181 isDebuggable() { function
891 isDebuggable || die "device not a debug build"