/external/bluetooth/bluedroid/main/ |
D | bte_logmsg.c | 218 LogMsg(UINT32 trace_set_mask, const char *fmt_str, ...) in LogMsg() argument 221 int trace_layer = TRACE_GET_LAYER(trace_set_mask); in LogMsg() 245 switch ( TRACE_GET_TYPE(trace_set_mask) ) in LogMsg() 274 ScrLog(UINT32 trace_set_mask, const char *fmt_str, ...) in ScrLog() argument 283 int trace_layer = TRACE_GET_LAYER(trace_set_mask); in ScrLog() 543 void LogMsg_0(UINT32 trace_set_mask, const char *fmt_str) { in LogMsg_0() argument 544 LogMsg(trace_set_mask, fmt_str); in LogMsg_0() 559 void LogMsg_1(UINT32 trace_set_mask, const char *fmt_str, UINT32 p1) { in LogMsg_1() argument 561 LogMsg(trace_set_mask, fmt_str, p1); in LogMsg_1() 576 void LogMsg_2(UINT32 trace_set_mask, const char *fmt_str, UINT32 p1, UINT32 p2) { in LogMsg_2() argument [all …]
|
/external/libnfc-nci/src/adaptation/ |
D | android_logmsg.cpp | 31 void LogMsg (UINT32 trace_set_mask, const char *fmt_str, ...); 43 void ScrLog (UINT32 trace_set_mask, const char *fmt_str, ...) in ScrLog() argument 64 void LogMsg (UINT32 trace_set_mask, const char *fmt_str, ...) in LogMsg() argument 68 UINT32 trace_type = trace_set_mask & 0x07; //lower 3 bits contain trace type in LogMsg()
|
/external/libnfc-nci/halimpl/bcm2079x/adaptation/ |
D | android_logmsg.cpp | 44 void LogMsg (UINT32 trace_set_mask, const char *fmt_str, ...) in LogMsg() argument 48 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, ...);
|
/external/bluetooth/bluedroid/include/ |
D | gki_target.h | 427 EXPORT_API extern void LogMsg (UINT32 trace_set_mask, const char *fmt_str, ...);
|
D | bt_trace.h | 199 EXPORT_API extern void LogMsg (UINT32 trace_set_mask, const char *fmt_str, ...); 200 extern void LogMsg_0 (UINT32 trace_set_mask, const char *p_str); 201 extern void LogMsg_1 (UINT32 trace_set_mask, const char *fmt_str, UINT32 p1); 202 extern void LogMsg_2 (UINT32 trace_set_mask, const char *fmt_str, UINT32 p1, UINT32 p2); 203 extern void LogMsg_3 (UINT32 trace_set_mask, const char *fmt_str, UINT32 p1, UINT32 p2, 205 extern void LogMsg_4 (UINT32 trace_set_mask, const char *fmt_str, UINT32 p1, UINT32 p2, 207 extern void LogMsg_5 (UINT32 trace_set_mask, const char *fmt_str, UINT32 p1, UINT32 p2, 209 extern void LogMsg_6 (UINT32 trace_set_mask, const char *fmt_str, UINT32 p1, UINT32 p2,
|
/external/bluetooth/bluedroid/stack/include/ |
D | uipc_msg.h | 103 UINT32 trace_set_mask; member
|