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

  /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/bluetooth/bluedroid/main/
bte_logmsg.c 21 * Contains the LogMsg wrapper routines for BTE. It routes calls the
22 * appropriate application's LogMsg equivalent.
220 LogMsg(UINT32 trace_set_mask, const char *fmt_str, ...)
  /external/chromium_org/third_party/angle/samples/translator/
translator.cpp 30 static void LogMsg(const char* msg, const char* name, const int num, const char* logName);
158 LogMsg("BEGIN", "COMPILER", numCompiles, "INFO LOG");
163 LogMsg("END", "COMPILER", numCompiles, "INFO LOG");
167 LogMsg("BEGIN", "COMPILER", numCompiles, "OBJ CODE");
172 LogMsg("END", "COMPILER", numCompiles, "OBJ CODE");
176 LogMsg("BEGIN", "COMPILER", numCompiles, "ACTIVE ATTRIBS");
178 LogMsg("END", "COMPILER", numCompiles, "ACTIVE ATTRIBS");
181 LogMsg("BEGIN", "COMPILER", numCompiles, "ACTIVE UNIFORMS");
183 LogMsg("END", "COMPILER", numCompiles, "ACTIVE UNIFORMS");
279 void LogMsg(const char* msg, const char* name, const int num, const char* logName
    [all...]
  /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 289 milliseconds