Home
last modified time | relevance | path

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

/packages/modules/Virtualization/microdroid_manager/src/
Dmain.rs174 if is_debuggable()? { in main()
520 fn is_debuggable() -> Result<bool> { in is_debuggable() function
527 None => is_debuggable().unwrap_or(false), in should_export_tombstones()
650 let debuggable = is_debuggable()?; in load_crashkernel_if_supported()
Ddice.rs16 use crate::{is_debuggable, is_strict_boot, MicrodroidData};
53 let debuggable = is_debuggable()?; in dice_derivation()
/packages/modules/Bluetooth/system/gd/hal/
Dsnoop_logger.cc1398 auto is_debuggable = os::GetSystemPropertyBool(kIsDebuggableProperty, false); in GetMaxPacketsPerBuffer() local
1400 size_t btsnooz_max_memory_usage_bytes = (is_debuggable ? 1024 : 256) * 1024; in GetMaxPacketsPerBuffer()
1410 auto is_debuggable = os::GetSystemPropertyBool(kIsDebuggableProperty, false); in GetBtSnoopMode() local
1411 if (is_debuggable) { in GetBtSnoopMode()
1446 auto is_debuggable = os::GetSystemPropertyBool(kIsDebuggableProperty, false); in IsBtSnoopLogPersisted() local
1447 return is_debuggable && os::GetSystemPropertyBool(kBtSnoopLogPersists, false); in IsBtSnoopLogPersisted()