Searched refs:TRACE_INFO (Results 1 – 12 of 12) sorted by relevance
| /OK3568_Linux_fs/external/security/rk_tee_user/v1/client_export/public/ |
| H A D | teec_trace.h | 56 #define TRACE_INFO 2 macro 69 #define DEBUGLEVEL TRACE_INFO 82 #define DEBUGLEVEL TRACE_INFO 104 case TRACE_INFO: \ 128 #define IMSG(fmt, ...) dprintf(TRACE_INFO, fmt "\n", ##__VA_ARGS__) 152 #define IMSG_RAW(fmt, ...) dprintf_raw(TRACE_INFO, fmt, ##__VA_ARGS__)
|
| /OK3568_Linux_fs/external/security/librkcrypto/third_party/optee_client/public/ |
| H A D | teec_trace.h | 61 #define TRACE_INFO 2 macro 74 #define DEBUGLEVEL TRACE_INFO 87 #define DEBUGLEVEL TRACE_INFO 109 case TRACE_INFO: \ 133 #define IMSG(fmt, ...) dprintf(TRACE_INFO, fmt "\n", ##__VA_ARGS__) 157 #define IMSG_RAW(fmt, ...) dprintf_raw(TRACE_INFO, fmt, ##__VA_ARGS__)
|
| /OK3568_Linux_fs/external/security/rk_tee_user/v2/client_export/public/ |
| H A D | teec_trace.h | 61 #define TRACE_INFO 2 macro 74 #define DEBUGLEVEL TRACE_INFO 87 #define DEBUGLEVEL TRACE_INFO 109 case TRACE_INFO: \ 133 #define IMSG(fmt, ...) dprintf(TRACE_INFO, fmt "\n", ##__VA_ARGS__) 157 #define IMSG_RAW(fmt, ...) dprintf_raw(TRACE_INFO, fmt, ##__VA_ARGS__)
|
| /OK3568_Linux_fs/external/security/rk_tee_user/v1/export-user_ta/include/ |
| H A D | trace.h | 75 #if (TRACE_LEVEL < TRACE_INFO) 78 #define IMSG(...) trace_printf_helper(TRACE_INFO, true, __VA_ARGS__) 137 #if (TRACE_LEVEL < TRACE_INFO) 140 #define IMSG_RAW(...) trace_printf_helper_raw(TRACE_INFO, true, __VA_ARGS__)
|
| H A D | trace_levels.h | 50 #define TRACE_INFO 2 macro
|
| /OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm32/include/ |
| H A D | trace.h | 57 #if (TRACE_LEVEL < TRACE_INFO) 60 #define IMSG(...) trace_printf_helper(TRACE_INFO, true, __VA_ARGS__) 119 #if (TRACE_LEVEL < TRACE_INFO) 122 #define IMSG_RAW(...) trace_printf_helper_raw(TRACE_INFO, true, __VA_ARGS__)
|
| H A D | trace_levels.h | 28 #define TRACE_INFO 2 macro
|
| /OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm64/include/ |
| H A D | trace.h | 57 #if (TRACE_LEVEL < TRACE_INFO) 60 #define IMSG(...) trace_printf_helper(TRACE_INFO, true, __VA_ARGS__) 119 #if (TRACE_LEVEL < TRACE_INFO) 122 #define IMSG_RAW(...) trace_printf_helper_raw(TRACE_INFO, true, __VA_ARGS__)
|
| H A D | trace_levels.h | 28 #define TRACE_INFO 2 macro
|
| /OK3568_Linux_fs/external/security/librkcrypto/src/ |
| H A D | rkcrypto_trace.c | 43 trace_level = TRACE_INFO; in rkcrypto_get_trace_level() 91 case TRACE_INFO: in trace_printf() 124 case TRACE_INFO: in trace_printf()
|
| /OK3568_Linux_fs/external/security/librkcrypto/include/ |
| H A D | rkcrypto_trace.h | 13 TRACE_INFO = 2, enumerator 29 trace_printf(TRACE_INFO, __func__, __LINE__, __VA_ARGS__)
|
| /OK3568_Linux_fs/external/security/librkcrypto/ |
| H A D | README.md | 165 等级2 - TRACE_INFO:常用信息,例如版本号信息等,默认是等级2
|