Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/system/log/include/bluetooth/
Dlog.h34 kDebug = 3, enumerator
112 using debug = log_internal::log<log_internal::kDebug, T...>;
131 struct debug : log_internal::log<log_internal::kDebug, T...> {
132 using log_internal::log<log_internal::kDebug, T...>::log;
/packages/modules/Bluetooth/tools/rootcanal/include/
Dlog.h28 kDebug, enumerator
54 rootcanal::log::Log(rootcanal::log::Verbosity::kDebug, __FILE__, __LINE__, \
/packages/modules/Bluetooth/system/log/src/
Dvlog_syslog.cc63 case Level::kDebug: in vlog()