Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/rockit/tgi/sdk/include/
H A DRTTaskGraph.h147 RT_LOGE("src node %d dst node %d link failed", src->getID(), dst->getID()); in linkMultiNode()
163 RT_LOGE("select mode %s failed", arg1); in selectMultiMode()
174 RT_LOGE("select mode %s failed", end); in selectMultiMode()
H A Drt_debug.h38 RT_LOGE("Assertion %s failed at %s:%d\n", \
H A Drt_check.h28 RT_LOGE("%s(%d): %s failed. actual %d vs exp %d\n", \
H A Drt_log.h49 #define RT_LOGE(format, ...) LOG_ERROR(RT_LOG_ERR, format, ##__VA_ARGS__) macro