Searched refs:DNBLogEnabledForAny (Results 1 – 3 of 3) sorted by relevance
55 bool DNBLogEnabledForAny (uint32_t mask) DNB_EXPORT;65 #define DNBLogThreadedIf(mask, fmt, ...) do { if (DNBLogEnabledForAny(mask)) { _DNBLogThread…
100 DNBLogEnabledForAny (uint32_t mask) in DNBLogEnabledForAny() function
222 if (DNBLogEnabledForAny (LOG_THREAD)) in GetVFPState()