Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/tools/rootcanal/include/
Dlog.h27 enum Verbosity { enum
37 void VLog(Verbosity verb, char const* file, int line,
42 static void Log(Verbosity verb, char const* file, int line, int instance, in Log()
48 static void Log(Verbosity verb, char const* file, int line, char const* format, in Log()
54 rootcanal::log::Log(rootcanal::log::Verbosity::kDebug, __FILE__, __LINE__, \
58 rootcanal::log::Log(rootcanal::log::Verbosity::kInfo, __FILE__, __LINE__, \
62 rootcanal::log::Log(rootcanal::log::Verbosity::kWarning, __FILE__, __LINE__, \
66 rootcanal::log::Log(rootcanal::log::Verbosity::kError, __FILE__, __LINE__, \
70 rootcanal::log::Log(rootcanal::log::Verbosity::kFatal, __FILE__, __LINE__, \
75 (rootcanal::log::Log(rootcanal::log::Verbosity::kFatal, __FILE__, \
[all …]
/packages/modules/Bluetooth/tools/rootcanal/lib/
Dlog.cc58 void VLog(Verbosity verb, char const* file, int line, in VLog()
101 if (verb == Verbosity::kFatal) { in VLog()