Searched refs:LOG_LEVEL_ERROR (Results 1 - 1 of 1) sorted by relevance
/interface/sdk_c/tee/include/ |
H A D | tee_log.h | 143 LOG_LEVEL_ERROR = 0, enumerator 273 tee_print_driver(LOG_LEVEL_ERROR, DRIVER_LOG_TAG, "%s %d:" fmt " ", TAG_ERROR, __LINE__, ##args) 275 #define tloge(fmt, args...) tee_print(LOG_LEVEL_ERROR, "%s %d:" fmt " ", TAG_ERROR, __LINE__, ##args)
|
Completed in 1 milliseconds