OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:libusb_set_debug
(Results
1 - 8
of
8
) sorted by null
/external/chromium_org/third_party/libusb/src/libusb/
strerror.c
125
* Note that the libusb log messages controlled through
libusb_set_debug
()
core.c
126
*
libusb_set_debug
(), or the setting of the environmental variable
131
* The
libusb_set_debug
() function can be used to enable logging of certain
149
* which is interpreted the same as the
libusb_set_debug
() parameter. When this
151
* and
libusb_set_debug
() effectively does nothing.
154
* systems. In this case,
libusb_set_debug
() and the LIBUSB_DEBUG environment
159
* always logged.
libusb_set_debug
() and the LIBUSB_DEBUG environment variable
292
* "instances" of libusbx will not interfere:
libusb_set_debug
() calls
1770
void API_EXPORTED
libusb_set_debug
(libusb_context *ctx, int level)
function
[
all
...]
libusb.h
933
*
libusb_set_debug
() will not affect the other user of the library, and
[
all
...]
/external/libusb/libusb/
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
...]
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
...]
/external/libusb-compat/
ChangeLog
138
link usb_set_debug to
libusb_set_debug
/external/libusb-compat/libusb/
core.c
153
libusb_set_debug
(ctx, 3);
163
libusb_set_debug
(ctx, 3);
/external/libusb/
ChangeLog
957
Add
libusb_set_debug
() API to set message verbosity.
[
all
...]
Completed in 514 milliseconds