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

  /external/libusb/tests/
stress.c 129 libusb_set_debug(NULL, LIBUSB_LOG_LEVEL_DEBUG);
130 libusb_set_debug(ctx, LIBUSB_LOG_LEVEL_DEBUG);
  /external/libusb/examples/
fxload.c 181 libusb_set_debug(NULL, verbose);
xusb.c     [all...]
  /external/libusb-compat/libusb/
core.c 153 libusb_set_debug(ctx, 3);
163 libusb_set_debug(ctx, 3);
  /external/libusb/libusb/
core.c 145 * libusb_set_debug(), or the setting of the environmental variable
150 * The libusb_set_debug() function can be used to enable logging of certain
168 * which is interpreted the same as the libusb_set_debug() parameter. When this
170 * and libusb_set_debug() effectively does nothing.
173 * systems. In this case, libusb_set_debug() and the LIBUSB_DEBUG environment
178 * always logged. libusb_set_debug() and the LIBUSB_DEBUG environment variable
313 * "instances" of libusb will not interfere: libusb_set_debug() calls
435 * - libusb_set_debug()
2042 void API_EXPORTED libusb_set_debug(libusb_context *ctx, int level) function
    [all...]
libusb.h 930 * libusb_set_debug() will not affect the other user of the library, and
    [all...]
  /external/libmtp/src/
libusb1-glue.c 161 libusb_set_debug(NULL,9);
    [all...]

Completed in 381 milliseconds