Home
last modified time | relevance | path

Searched refs:is_debuggable (Results 1 – 3 of 3) sorted by relevance

/system/bt/hci/src/
Dbtsnoop.cc183 int is_debuggable = osi_property_get_int32(IS_DEBUGGABLE_PROPERTY, 0); in start_up() local
185 if (is_debuggable) { in start_up()
/system/core/init/
Dproperty_service.cpp720 bool is_debuggable = android::base::GetBoolProperty("ro.debuggable", false); in update_sys_usb_config() local
723 property_set("persist.sys.usb.config", is_debuggable ? "adb" : "none"); in update_sys_usb_config()
724 } else if (is_debuggable && config.find("adb") == std::string::npos && in update_sys_usb_config()
/system/core/libnativeloader/
Dnative_loader.cpp162 static bool is_debuggable() { in is_debuggable() function
469 if (is_debuggable()) { in Initialize()