Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/system/gd/hal/
Dsnoop_logger.cc1398 auto is_debuggable = os::GetSystemPropertyBool(kIsDebuggableProperty, false); in GetMaxPacketsPerBuffer() local
1410 auto is_debuggable = os::GetSystemPropertyBool(kIsDebuggableProperty, false); in GetBtSnoopMode() local
1446 auto is_debuggable = os::GetSystemPropertyBool(kIsDebuggableProperty, false); in IsBtSnoopLogPersisted() local
/packages/modules/Virtualization/microdroid_manager/src/
Dmain.rs520 fn is_debuggable() -> Result<bool> { in is_debuggable() function