Home
last modified time | relevance | path

Searched refs:trace_set_mask (Results 1 – 7 of 7) sorted by relevance

/external/libnfc-nci/halimpl/bcm2079x/include/
Dandroid_logmsg.h35 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/
Dandroid_logmsg.cpp92 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/
Dbuildcfg.h81 extern void ScrLog(UINT32 trace_set_mask, const char *fmt_str, ...);
Dgki_target.h421 EXPORT_API extern void LogMsg (UINT32 trace_set_mask, const char *fmt_str, ...);
Dtrace_api.h101 EXPORT_API extern void LogMsg (UINT32 trace_set_mask, const char *fmt_str, ...);
Dbt_trace.h165 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/
Dgki_hal_target.h283 extern void LogMsg (UINT32 trace_set_mask, const char *fmt_str, ...);