HomeSort by relevance Sort by last modified time
    Searched refs:LogMsg_1 (Results 1 - 4 of 4) sorted by null

  /external/libnfc-nci/src/adaptation/
bte_logmsg.c 156 ** Function Name: LogMsg_1
166 void LogMsg_1 (UINT32 maskTraceSet, const char *strFormat, UINT32 p1)
  /external/bluetooth/bluedroid/main/
bte_logmsg.c 549 ** Function Name: LogMsg_1
559 void LogMsg_1(UINT32 trace_set_mask, const char *fmt_str, UINT32 p1) {
  /external/bluetooth/bluedroid/include/
bt_trace.h 201 extern void LogMsg_1 (UINT32 trace_set_mask, const char *fmt_str, UINT32 p1);
631 #define BT_TRACE_1(l,t,m,p1) LogMsg_1(TRACE_CTRL_GENERAL | (l) | TRACE_ORG_STACK | (t),(m),(UINT32)(p1))
646 #define BT_ERROR_TRACE_1(l,m,p1) LogMsg_1(TRACE_CTRL_GENERAL | (l) | TRACE_ORG_STACK | TRACE_TYPE_ERROR,(m),(UINT32)(p1))
    [all...]
  /external/libnfc-nci/src/include/
bt_trace.h 167 extern void LogMsg_1 (UINT32 trace_set_mask, const char *fmt_str, UINT32 p1);
590 #define BT_TRACE_1(l,t,m,p1) LogMsg_1(TRACE_CTRL_GENERAL | (l) | TRACE_ORG_STACK | (t),(m),(UINT32)(p1))
605 #define BT_ERROR_TRACE_1(l,m,p1) LogMsg_1(TRACE_CTRL_GENERAL | (l) | TRACE_ORG_STACK | TRACE_TYPE_ERROR,(m),(UINT32)(p1))
    [all...]

Completed in 61 milliseconds