Home
last modified time | relevance | path

Searched refs:kIsDebuggableProperty (Results 1 – 2 of 2) sorted by relevance

/packages/modules/Bluetooth/system/gd/hal/
Dsnoop_logger.cc434 const std::string SnoopLogger::kIsDebuggableProperty = "ro.debuggable"; member in bluetooth::hal::SnoopLogger
1398 auto is_debuggable = os::GetSystemPropertyBool(kIsDebuggableProperty, false); in GetMaxPacketsPerBuffer()
1410 auto is_debuggable = os::GetSystemPropertyBool(kIsDebuggableProperty, false); in GetBtSnoopMode()
1446 auto is_debuggable = os::GetSystemPropertyBool(kIsDebuggableProperty, false); in IsBtSnoopLogPersisted()
Dsnoop_logger.h147 static const std::string kIsDebuggableProperty; variable