Searched refs:is_debuggable (Results 1 – 4 of 4) sorted by relevance
402 auto is_debuggable = os::GetSystemProperty(kIsDebuggableProperty); in GetBtSnoopMode() local403 if (is_debuggable.has_value() && common::StringTrim(is_debuggable.value()) == "1") { in GetBtSnoopMode()
265 static int is_debuggable = [] { in __android_log_is_debuggable() local270 return is_debuggable; in __android_log_is_debuggable()
185 int is_debuggable = osi_property_get_int32(IS_DEBUGGABLE_PROPERTY, 0); in start_up() local187 if (is_debuggable) { in start_up()
770 bool is_debuggable = android::base::GetBoolProperty("ro.debuggable", false); in update_sys_usb_config() local775 InitPropertySet("persist.sys.usb.config", is_debuggable ? "adb" : "none"); in update_sys_usb_config()776 } else if (is_debuggable && config.find("adb") == std::string::npos && in update_sys_usb_config()