Home
last modified time | relevance | path

Searched defs:is_debuggable (Results 1 – 5 of 5) sorted by relevance

/aosp12/libnativehelper/
H A DJniInvocation.c112 bool is_debuggable, in JniInvocationGetLibraryWith()
/aosp12/system/bt/gd/hal/
H A Dsnoop_logger.cc402 auto is_debuggable = os::GetSystemProperty(kIsDebuggableProperty); in GetBtSnoopMode() local
/aosp12/system/logging/liblog/
H A Dproperties.cpp265 static int is_debuggable = [] { in __android_log_is_debuggable() local
/aosp12/system/bt/hci/src/
H A Dbtsnoop.cc185 int is_debuggable = osi_property_get_int32(IS_DEBUGGABLE_PROPERTY, 0); in start_up() local
/aosp12/system/core/init/
H A Dproperty_service.cpp770 bool is_debuggable = android::base::GetBoolProperty("ro.debuggable", false); in update_sys_usb_config() local