OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:libusb_set_debug
(Results
1 - 2
of
2
) sorted by null
/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
...]
/external/chromium_org/third_party/libusb/src/libusb/
core.c
131
*
libusb_set_debug
(), or the setting of the environmental variable
136
* The
libusb_set_debug
() function can be used to enable logging of certain
154
* which is interpreted the same as the
libusb_set_debug
() parameter. When this
156
* and
libusb_set_debug
() effectively does nothing.
159
* systems. In this case,
libusb_set_debug
() and the LIBUSB_DEBUG environment
164
* always logged.
libusb_set_debug
() and the LIBUSB_DEBUG environment variable
297
* "instances" of libusbx will not interfere:
libusb_set_debug
() calls
1775
void API_EXPORTED
libusb_set_debug
(libusb_context *ctx, int level)
function
[
all
...]
Completed in 423 milliseconds