Lines Matching refs:UINT32

25 extern UINT32 ScrProtocolTraceFlag;
35 static void dumpbin (const char* data, int size, UINT32 trace_layer, UINT32 trace_type);
92 void ScrLog (UINT32 trace_set_mask, const char *fmt_str, ...) in ScrLog()
104 UINT8 *scru_dump_hex (UINT8 *p, char *pTitle, UINT32 len, UINT32 layer, UINT32 type) in scru_dump_hex()
113 void dumpbin(const char* data, int size, UINT32 trace_layer, UINT32 trace_type) in dumpbin()
201 UINT32 nBytes = ((BT_HDR_SIZE + p_buf->offset + p_buf->len)*2)+1; in DispHciCmd()
219 UINT32 nBytes = ((BT_HDR_SIZE + p_buf->offset + p_buf->len)*2)+1; in DispHciEvt()
245 UINT32 nBytes = ((BT_HDR_SIZE + p_buf->offset + p_buf->len)*2)+1; in DispLLCP()
271 UINT32 nBytes = (len*2)+1; in DispHcp()
289 void DispCHO (UINT8 *pMsg, UINT32 MsgLen, BOOLEAN is_rx) {} in DispCHO()
294 void DispNDEFMsg (UINT8 *pMsg, UINT32 MsgLen, BOOLEAN is_recv) {} in DispNDEFMsg()
306 void LogMsg (UINT32 trace_set_mask, const char *fmt_str, ...) in LogMsg()
310 UINT32 trace_type = trace_set_mask & 0x07; //lower 3 bits contain trace type in LogMsg()
322 void LogMsg_0 (UINT32 maskTraceSet, const char *p_str) in LogMsg_0()
328 void LogMsg_1 (UINT32 maskTraceSet, const char *fmt_str, UINT32 p1) in LogMsg_1()
334 void LogMsg_2 (UINT32 maskTraceSet, const char *fmt_str, UINT32 p1, UINT32 p2) in LogMsg_2()
340 void LogMsg_3 (UINT32 maskTraceSet, const char *fmt_str, UINT32 p1, UINT32 p2, UINT32 p3) in LogMsg_3()
346 void LogMsg_4 (UINT32 maskTraceSet, const char *fmt_str, UINT32 p1, UINT32 p2, UINT32 p3, UINT32 p4) in LogMsg_4()
351 void LogMsg_5 (UINT32 maskTraceSet, const char *fmt_str, UINT32 p1, UINT32 p2, UINT32 p3, UINT32 p4… in LogMsg_5()
357 void LogMsg_6 (UINT32 maskTraceSet, const char *fmt_str, UINT32 p1, UINT32 p2, UINT32 p3, UINT32 p4… in LogMsg_6()