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

  /external/libusb/libusb/
libusbi.h 111 LOG_LEVEL_WARNING,
131 #define usbi_warn(ctx, fmt...) _usbi_log(ctx, LOG_LEVEL_WARNING, fmt)
core.c     [all...]
  /external/libusb-compat/libusb/
core.c 38 LOG_LEVEL_WARNING,
55 #define usbi_warn(fmt...) _usbi_log(LOG_LEVEL_WARNING, fmt)
112 case LOG_LEVEL_WARNING:

Completed in 185 milliseconds