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

  /external/libusb/libusb/
libusb.h 551 * libusb_set_debug() will not affect the other user of the library, and
776 void libusb_set_debug(libusb_context *ctx, int level);
    [all...]
core.c 104 * The libusb_set_debug() function can be used to enable stdout/stderr logging
123 * interpreted the same as the libusb_set_debug() parameter. When this
125 * and libusb_set_debug() effectively does nothing.
128 * systems. In this case, libusb_set_debug() and the LIBUSB_DEBUG environment
133 * logged. libusb_set_debug() and the LIBUSB_DEBUG environment variable have
298 * "instances" of libusb will not interfere: libusb_set_debug() calls
1441 API_EXPORTED void libusb_set_debug(libusb_context *ctx, int level) function
    [all...]
  /external/libusb-compat/libusb/
core.c 153 libusb_set_debug(ctx, 3);
163 libusb_set_debug(ctx, 3);

Completed in 444 milliseconds