Searched defs:EMSG (Results 1 – 6 of 6) sorted by relevance
| /OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm32/include/ |
| H A D | trace.h | 51 #define EMSG(...) (void)0 macro 53 #define EMSG(...) trace_printf_helper(TRACE_ERROR, true, __VA_ARGS__) macro
|
| /OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm64/include/ |
| H A D | trace.h | 51 #define EMSG(...) (void)0 macro 53 #define EMSG(...) trace_printf_helper(TRACE_ERROR, true, __VA_ARGS__) macro
|
| /OK3568_Linux_fs/external/security/rk_tee_user/v1/export-user_ta/include/ |
| H A D | trace.h | 69 #define EMSG(...) (void)0 macro 71 #define EMSG(...) trace_printf_helper(TRACE_ERROR, true, __VA_ARGS__) macro
|
| /OK3568_Linux_fs/external/security/rk_tee_user/v1/client_export/public/ |
| H A D | teec_trace.h | 127 #define EMSG(fmt, ...) dprintf(TRACE_ERROR, fmt "\n", ##__VA_ARGS__) macro
|
| /OK3568_Linux_fs/external/security/librkcrypto/third_party/optee_client/public/ |
| H A D | teec_trace.h | 132 #define EMSG(fmt, ...) dprintf(TRACE_ERROR, fmt "\n", ##__VA_ARGS__) macro
|
| /OK3568_Linux_fs/external/security/rk_tee_user/v2/client_export/public/ |
| H A D | teec_trace.h | 132 #define EMSG(fmt, ...) dprintf(TRACE_ERROR, fmt "\n", ##__VA_ARGS__) macro
|