OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:LogMsg_0
(Results
1 - 3
of
3
) sorted by null
/external/libnfc-nci/halimpl/bcm2079x/include/
android_logmsg.h
37
void
LogMsg_0
(UINT32 trace_set_mask, const char *p_str);
/external/libnfc-nci/halimpl/bcm2079x/adaptation/
android_logmsg.cpp
322
void
LogMsg_0
(UINT32 maskTraceSet, const char *p_str)
/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 113 milliseconds