Searched defs:LOG_VERBOSE (Results 1 - 2 of 2) sorted by relevance

/system/bt/osi/include/
H A Dlog.h33 #define LOG_VERBOSE(...) LOGWRAPPER(__VA_ARGS__) macro
53 #define LOG_VERBOSE(tag, fmt, args...) \ macro
58 #define LOG_VERBOSE(tag, fmt, args...) \ macro
60 (true) ? ALOG(LOG_VERBOSE, tag, fmt, ##args) \
/system/extras/perfprofd/quipper/base/
H A Dlogging.h131 const LogSeverity LOG_VERBOSE = -1; // This is level 1 verbosity member in namespace:logging

Completed in 132 milliseconds