HomeSort by relevance Sort by last modified time
    Searched refs:g_log (Results 1 - 7 of 7) sorted by null

  /external/bluetooth/glib/glib/
gmessages.h 97 void g_log (const gchar *log_domain,
139 g_log (G_LOG_DOMAIN, \
145 #define g_message(...) g_log (G_LOG_DOMAIN, \
148 #define g_critical(...) g_log (G_LOG_DOMAIN, \
151 #define g_warning(...) g_log (G_LOG_DOMAIN, \
154 #define g_debug(...) g_log (G_LOG_DOMAIN, \
159 g_log (G_LOG_DOMAIN, \
165 #define g_message(format...) g_log (G_LOG_DOMAIN, \
168 #define g_critical(format...) g_log (G_LOG_DOMAIN, \
171 #define g_warning(format...) g_log (G_LOG_DOMAIN,
    [all...]
gthread.h 370 g_log (G_LOG_DOMAIN, G_LOG_LEVEL_DEBUG, \
377 g_log (G_LOG_DOMAIN, G_LOG_LEVEL_DEBUG, \
384 (g_log (G_LOG_DOMAIN, G_LOG_LEVEL_DEBUG, \
gmessages.c 518 g_log (const gchar *log_domain, function
541 g_log (log_domain,
565 g_log (domain, G_LOG_LEVEL_WARNING, "%s", s);
582 g_log (log_domain,
galiasdef.c 1805 #undef g_log macro
    [all...]
galias.h 1799 #define g_log macro
    [all...]
  /external/bluetooth/glib/tests/
memchunks.c 536 g_log (G_LOG_DOMAIN, G_LOG_LEVEL_INFO,
557 g_log (G_LOG_DOMAIN, G_LOG_LEVEL_INFO, "%d mem chunks", count);
  /external/bluetooth/glib/gobject/
gtype.c 129 g_log (G_LOG_DOMAIN, G_LOG_LEVEL_CRITICAL, \
    [all...]

Completed in 149 milliseconds