Searched refs:FMSG (Results 1 – 6 of 6) sorted by relevance
| /OK3568_Linux_fs/external/security/rk_tee_user/v1/export-user_ta/include/ |
| H A D | trace.h | 90 #define FMSG(...) (void)0 macro 92 #define FMSG(...) trace_printf_helper(TRACE_FLOW, true, __VA_ARGS__) macro 96 #define INMSG(...) FMSG("> " __VA_ARGS__) 98 #define OUTMSG(...) FMSG("< " __VA_ARGS__)
|
| /OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm32/include/ |
| H A D | trace.h | 72 #define FMSG(...) (void)0 macro 74 #define FMSG(...) trace_printf_helper(TRACE_FLOW, true, __VA_ARGS__) macro 78 #define INMSG(...) FMSG("> " __VA_ARGS__) 80 #define OUTMSG(...) FMSG("< " __VA_ARGS__)
|
| /OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm64/include/ |
| H A D | trace.h | 72 #define FMSG(...) (void)0 macro 74 #define FMSG(...) trace_printf_helper(TRACE_FLOW, true, __VA_ARGS__) macro 78 #define INMSG(...) FMSG("> " __VA_ARGS__) 80 #define OUTMSG(...) FMSG("< " __VA_ARGS__)
|
| /OK3568_Linux_fs/external/security/rk_tee_user/v1/client_export/public/ |
| H A D | teec_trace.h | 130 #define FMSG(fmt, ...) dprintf(TRACE_FLOW, fmt "\n", ##__VA_ARGS__) macro 132 #define INMSG(fmt, ...) FMSG("> " fmt, ##__VA_ARGS__) 133 #define OUTMSG(fmt, ...) FMSG("< " fmt, ##__VA_ARGS__)
|
| /OK3568_Linux_fs/external/security/librkcrypto/third_party/optee_client/public/ |
| H A D | teec_trace.h | 135 #define FMSG(fmt, ...) dprintf(TRACE_FLOW, fmt "\n", ##__VA_ARGS__) macro 137 #define INMSG(fmt, ...) FMSG("> " fmt, ##__VA_ARGS__) 138 #define OUTMSG(fmt, ...) FMSG("< " fmt, ##__VA_ARGS__)
|
| /OK3568_Linux_fs/external/security/rk_tee_user/v2/client_export/public/ |
| H A D | teec_trace.h | 135 #define FMSG(fmt, ...) dprintf(TRACE_FLOW, fmt "\n", ##__VA_ARGS__) macro 137 #define INMSG(fmt, ...) FMSG("> " fmt, ##__VA_ARGS__) 138 #define OUTMSG(fmt, ...) FMSG("< " fmt, ##__VA_ARGS__)
|