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

  /external/libusb/libusb/
libusbi.h 119 #define _usbi_log(ctx, level, fmt...) usbi_log(ctx, level, __FUNCTION__, fmt) macro
121 #define _usbi_log(ctx, level, fmt...) macro
125 #define usbi_dbg(fmt...) _usbi_log(NULL, LOG_LEVEL_DEBUG, fmt)
130 #define usbi_info(ctx, fmt...) _usbi_log(ctx, LOG_LEVEL_INFO, fmt)
131 #define usbi_warn(ctx, fmt...) _usbi_log(ctx, LOG_LEVEL_WARNING, fmt)
132 #define usbi_err(ctx, fmt...) _usbi_log(ctx, LOG_LEVEL_ERROR, fmt)
  /external/libusb-compat/libusb/
core.c 43 #define _usbi_log(level, fmt...) usbi_log(level, __FUNCTION__, fmt) macro
45 #define _usbi_log(level, fmt...) macro
49 #define usbi_dbg(fmt...) _usbi_log(LOG_LEVEL_DEBUG, fmt)
54 #define usbi_info(fmt...) _usbi_log(LOG_LEVEL_INFO, fmt)
55 #define usbi_warn(fmt...) _usbi_log(LOG_LEVEL_WARNING, fmt)
56 #define usbi_err(fmt...) _usbi_log(LOG_LEVEL_ERROR, fmt)

Completed in 58 milliseconds