Searched refs:trace_set_mask (Results 1 – 7 of 7) sorted by relevance
/external/libnfc-nci/halimpl/bcm2079x/include/ |
D | android_logmsg.h | 35 void ScrLog (UINT32 trace_set_mask, const char* fmt_str, ...); 36 void LogMsg (UINT32 trace_set_mask, const char *fmt_str, ...); 37 void LogMsg_0 (UINT32 trace_set_mask, const char *p_str); 38 void LogMsg_1 (UINT32 trace_set_mask, const char *fmt_str, UINT32 p1); 39 void LogMsg_2 (UINT32 trace_set_mask, const char *fmt_str, UINT32 p1, UINT32 p2); 40 void LogMsg_3 (UINT32 trace_set_mask, const char *fmt_str, UINT32 p1, UINT32 p2, UINT32 p3); 41 void LogMsg_4 (UINT32 trace_set_mask, const char *fmt_str, UINT32 p1, UINT32 p2, UINT32 p3, UINT32 … 42 void LogMsg_5 (UINT32 trace_set_mask, const char *fmt_str, UINT32 p1, UINT32 p2, UINT32 p3, UINT32 … 43 void LogMsg_6 (UINT32 trace_set_mask, const char *fmt_str, UINT32 p1, UINT32 p2, UINT32 p3, UINT32 …
|
/external/libnfc-nci/halimpl/bcm2079x/adaptation/ |
D | android_logmsg.cpp | 92 void ScrLog (UINT32 trace_set_mask, const char *fmt_str, ...) in ScrLog() argument 306 void LogMsg (UINT32 trace_set_mask, const char *fmt_str, ...) in LogMsg() argument 310 UINT32 trace_type = trace_set_mask & 0x07; //lower 3 bits contain trace type in LogMsg()
|
/external/libnfc-nci/src/include/ |
D | buildcfg.h | 81 extern void ScrLog(UINT32 trace_set_mask, const char *fmt_str, ...);
|
D | gki_target.h | 421 EXPORT_API extern void LogMsg (UINT32 trace_set_mask, const char *fmt_str, ...);
|
D | trace_api.h | 101 EXPORT_API extern void LogMsg (UINT32 trace_set_mask, const char *fmt_str, ...);
|
D | bt_trace.h | 165 EXPORT_API extern void LogMsg (UINT32 trace_set_mask, const char *fmt_str, ...); 166 extern void LogMsg_0 (UINT32 trace_set_mask, const char *p_str); 167 extern void LogMsg_1 (UINT32 trace_set_mask, const char *fmt_str, UINT32 p1); 168 extern void LogMsg_2 (UINT32 trace_set_mask, const char *fmt_str, UINT32 p1, UINT32 p2); 169 extern void LogMsg_3 (UINT32 trace_set_mask, const char *fmt_str, UINT32 p1, UINT32 p2, 171 extern void LogMsg_4 (UINT32 trace_set_mask, const char *fmt_str, UINT32 p1, UINT32 p2, 173 extern void LogMsg_5 (UINT32 trace_set_mask, const char *fmt_str, UINT32 p1, UINT32 p2, 175 extern void LogMsg_6 (UINT32 trace_set_mask, const char *fmt_str, UINT32 p1, UINT32 p2,
|
/external/libnfc-nci/src/hal/include/ |
D | gki_hal_target.h | 283 extern void LogMsg (UINT32 trace_set_mask, const char *fmt_str, ...);
|