HomeSort by relevance Sort by last modified time
    Searched defs:LogMsg (Results 1 - 3 of 3) sorted by null

  /system/bt/main/
bte_logmsg.c 166 void LogMsg(uint32_t trace_set_mask, const char *fmt_str, ...) {
  /external/mdnsresponder/mDNSCore/
mDNSDebug.h 98 #define LogMsg( ... ) LogMsgWithLevel(MDNS_LOG_MSG, __VA_ARGS__)
104 #define LogMsg( ARGS... ) LogMsgWithLevel(MDNS_LOG_MSG, ARGS)
115 #define LogMsg LogMsg_
141 extern int mDNS_DebugMode; // If non-zero, LogMsg() writes to stderr instead of syslog
147 #define LogMsgNoIdent LogMsg
  /external/libnfc-nci/halimpl/bcm2079x/adaptation/
android_logmsg.cpp 299 ** Function: LogMsg
306 void LogMsg (UINT32 trace_set_mask, const char *fmt_str, ...)
324 LogMsg (maskTraceSet, p_str);
330 LogMsg (maskTraceSet, fmt_str, p1);
336 LogMsg (maskTraceSet, fmt_str, p1, p2);
342 LogMsg (maskTraceSet, fmt_str, p1, p2, p3);
348 LogMsg (maskTraceSet, fmt_str, p1, p2, p3, p4);
353 LogMsg (maskTraceSet, fmt_str, p1, p2, p3, p4, p5);
359 LogMsg (maskTraceSet, fmt_str, p1, p2, p3, p4, p5, p6);

Completed in 138 milliseconds