Searched refs:LOG_FLAG (Results 1 – 2 of 2) sorted by relevance
| /OK3568_Linux_fs/external/rockit/tgi/sdk/include/ |
| H A D | rt_log.h | 40 #define LOG_FLAG 0 macro 63 #define RT_LOG_API_ENTER() RT_LOGD_IF(LOG_FLAG, "%s called enter", __FUNCTION__) 64 #define RT_LOG_API_LEAVE() RT_LOGD_IF(LOG_FLAG, "%s called leave", __FUNCTION__) 65 #define RT_LOG_API_CALLED() RT_LOGD_IF(LOG_FLAG, "%s called", __FUNCTION__) 68 #define RT_LOG_FUNC_ENTER() RT_LOGD_IF(LOG_FLAG, "%s enter", __FUNCTION__) 69 #define RT_LOG_FUNC_LEAVE() RT_LOGD_IF(LOG_FLAG, "%s leave", __FUNCTION__) 70 #define RT_LOG_FUNC_CALLED() RT_LOGD_IF(LOG_FLAG, "%s called", __FUNCTION__) 73 #define RT_LOG_CONSTRUCT_IN(thiz) RT_LOGD_IF(LOG_FLAG, "%s(%p) construct", __FUNCTION__, thiz) 74 #define RT_LOG_CONSTRUCT_DONE(thiz) RT_LOGD_IF(LOG_FLAG, "%s(%p) construct ok", __FUNCTION__, thiz) 75 #define RT_LOG_DESTRUCT_IN(thiz) RT_LOGD_IF(LOG_FLAG, "%s(%p) destructor", __FUNCTION__, thiz) [all …]
|
| /OK3568_Linux_fs/external/rk_pcba_test/mic_test_Linux/ |
| H A D | record_test.c | 235 #if LOG_FLAG in GetDenomValueByTable()
|