OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:LogMsg_3
(Results
1 - 3
of
3
) sorted by null
/external/libnfc-nci/halimpl/bcm2079x/include/
android_logmsg.h
40
void
LogMsg_3
(UINT32 trace_set_mask, const char *fmt_str, UINT32 p1, UINT32 p2, UINT32 p3);
/external/libnfc-nci/halimpl/bcm2079x/adaptation/
android_logmsg.cpp
340
void
LogMsg_3
(UINT32 maskTraceSet, const char *fmt_str, UINT32 p1, UINT32 p2, UINT32 p3)
/external/libnfc-nci/src/include/
bt_trace.h
169
extern void
LogMsg_3
(UINT32 trace_set_mask, const char *fmt_str, UINT32 p1, UINT32 p2,
593
#define BT_TRACE_3(l,t,m,p1,p2,p3)
LogMsg_3
(TRACE_CTRL_GENERAL | (l) | TRACE_ORG_STACK | (t),(m),(UINT32)(p1), \
607
#define BT_ERROR_TRACE_3(l,m,p1,p2,p3)
LogMsg_3
(TRACE_CTRL_GENERAL | (l) | TRACE_ORG_STACK | TRACE_TYPE_ERROR,(m),(UINT32)(p1),(UINT32)(p2),(UINT32)(p3))
[
all
...]
Completed in 365 milliseconds