Searched refs:trace_printf (Results 1 – 5 of 5) sorted by relevance
| /OK3568_Linux_fs/external/security/librkcrypto/include/ |
| H A D | rkcrypto_trace.h | 19 void trace_printf(int level, const char *function, int line, const char *fmt, ...); 23 trace_printf(TRACE_VERBOSE, __func__, __LINE__, __VA_ARGS__) 26 trace_printf(TRACE_DEBUG, __func__, __LINE__, __VA_ARGS__) 29 trace_printf(TRACE_INFO, __func__, __LINE__, __VA_ARGS__) 32 trace_printf(TRACE_ERROR, __func__, __LINE__, __VA_ARGS__)
|
| /OK3568_Linux_fs/external/security/rk_tee_user/v1/export-user_ta/include/ |
| H A D | trace.h | 53 void trace_printf(const char *func, int line, int level, bool level_ok, 57 trace_printf(__func__, __LINE__, (level), (level_ok), \ 120 trace_printf(NULL, 0, (level), (level_ok), __VA_ARGS__) 166 trace_printf(__func__, __LINE__, TRACE_ERROR, true, __VA_ARGS__)
|
| /OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm32/include/ |
| H A D | trace.h | 35 void trace_printf(const char *func, int line, int level, bool level_ok, 39 trace_printf(__func__, __LINE__, (level), (level_ok), \ 102 trace_printf(NULL, 0, (level), (level_ok), __VA_ARGS__) 148 trace_printf(__func__, __LINE__, TRACE_ERROR, true, __VA_ARGS__)
|
| /OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm64/include/ |
| H A D | trace.h | 35 void trace_printf(const char *func, int line, int level, bool level_ok, 39 trace_printf(__func__, __LINE__, (level), (level_ok), \ 102 trace_printf(NULL, 0, (level), (level_ok), __VA_ARGS__) 148 trace_printf(__func__, __LINE__, TRACE_ERROR, true, __VA_ARGS__)
|
| /OK3568_Linux_fs/external/security/librkcrypto/src/ |
| H A D | rkcrypto_trace.c | 70 void trace_printf(int level, const char *function, int line, const char *fmt, ...) in trace_printf() function 159 trace_printf(level, function, line, "%s(%d): ", buffer_name, len); in hex_dump()
|