Searched defs:LogMsg (Results 1 - 5 of 5) sorted by relevance

/external/libnfc-nci/src/adaptation/
H A Dandroid_logmsg.cpp31 void LogMsg (UINT32 trace_set_mask, const char *fmt_str, ...);
57 ** Function: LogMsg
64 void LogMsg (UINT32 trace_set_mask, const char *fmt_str, ...) function
H A Dbte_logmsg.c42 ** Function: LogMsg
50 LogMsg(UINT32 maskTraceSet, const char *strFormat, ...) function
127 LogMsg(maskTraceSet, strFormat);
135 LogMsg(maskTraceSet, strFormat);
143 LogMsg(maskTraceSet, strFormat);
171 LogMsg (maskTraceSet, strFormat, p1);
179 LogMsg (maskTraceSet, strFormat, p1);
187 LogMsg (maskTraceSet, strFormat, p1);
213 LogMsg (maskTraceSet, strFormat, p1, p2);
221 LogMsg (maskTraceSe
[all...]
/external/libnfc-nci/halimpl/bcm2079x/adaptation/
H A Dandroid_logmsg.cpp44 void LogMsg (UINT32 trace_set_mask, const char *fmt_str, ...) function
/external/mdnsresponder/mDNSCore/
H A DmDNSDebug.h98 #define LogMsg( ... ) LogMsgWithLevel(MDNS_LOG_MSG, __VA_ARGS__) macro
104 #define LogMsg( ARGS... ) LogMsgWithLevel(MDNS_LOG_MSG, ARGS) macro
115 #define LogMsg LogMsg_ macro
141 extern int mDNS_DebugMode; // If non-zero, LogMsg() writes to stderr instead of syslog
147 #define LogMsgNoIdent LogMsg
/external/bluetooth/bluedroid/main/
H A Dbte_logmsg.c21 * Contains the LogMsg wrapper routines for BTE. It routes calls the
22 * appropriate application's LogMsg equivalent.
217 LogMsg(UINT32 trace_set_mask, const char *fmt_str, ...) function
534 LogMsg(trace_set_mask, fmt_str);
551 LogMsg(trace_set_mask, fmt_str, p1);
567 LogMsg(trace_set_mask, fmt_str, p1, p2);
584 LogMsg(trace_set_mask, fmt_str, p1, p2, p3);
601 LogMsg(trace_set_mask, fmt_str, p1, p2, p3, p4);
618 LogMsg(trace_set_mask, fmt_str, p1, p2, p3, p4, p5);
635 LogMsg(trace_set_mas
[all...]

Completed in 148 milliseconds