OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:LogMsg_0
(Results
1 - 4
of
4
) sorted by null
/external/libnfc-nci/src/adaptation/
bte_logmsg.c
112
** Function Name:
LogMsg_0
122
void
LogMsg_0
(UINT32 maskTraceSet, const char *strFormat)
/external/bluetooth/bluedroid/main/
bte_logmsg.c
533
** Function Name:
LogMsg_0
543
void
LogMsg_0
(UINT32 trace_set_mask, const char *fmt_str) {
/external/bluetooth/bluedroid/include/
bt_trace.h
200
extern void
LogMsg_0
(UINT32 trace_set_mask, const char *p_str);
630
#define BT_TRACE_0(l,t,m)
LogMsg_0
((TRACE_CTRL_GENERAL | (l) | TRACE_ORG_STACK | (t)),(m))
645
#define BT_ERROR_TRACE_0(l,m)
LogMsg_0
(TRACE_CTRL_GENERAL | (l) | TRACE_ORG_STACK | TRACE_TYPE_ERROR,(m))
[
all
...]
/external/libnfc-nci/src/include/
bt_trace.h
166
extern void
LogMsg_0
(UINT32 trace_set_mask, const char *p_str);
589
#define BT_TRACE_0(l,t,m)
LogMsg_0
((TRACE_CTRL_GENERAL | (l) | TRACE_ORG_STACK | (t)),(m))
604
#define BT_ERROR_TRACE_0(l,m)
LogMsg_0
(TRACE_CTRL_GENERAL | (l) | TRACE_ORG_STACK | TRACE_TYPE_ERROR,(m))
[
all
...]
Completed in 347 milliseconds