Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/rockit/tgi/sdk/include/
H A Drt_log.h36 #define RT_LOG_DEBUG 5 /* debug-level messages */ macro
43 #define RT_LOGD_IF(condition, format, ...) if (condition > 0) LOG_TRACE(RT_LOG_DEBUG, format, ##__V…
52 #define RT_LOGD(format, ...) LOG_TRACE(RT_LOG_DEBUG, format, ##__VA_ARGS__)