OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:libusb_exit
(Results
1 - 11
of
11
) sorted by null
/external/libusb/examples/
lsusb.c
61
libusb_exit
(NULL);
dpfp.c
504
libusb_exit
(NULL);
dpfp_threaded.c
542
libusb_exit
(NULL);
/external/libusb_aah/examples/
listdevs.c
61
libusb_exit
(NULL);
dpfp.c
504
libusb_exit
(NULL);
dpfp_threaded.c
542
libusb_exit
(NULL);
/external/libusb/libusb/
libusb.h
552
*
libusb_exit
() will not destroy resources that the other user is still
555
* Sessions are created by libusb_init() and destroyed through
libusb_exit
().
775
void
libusb_exit
(libusb_context *ctx);
[
all
...]
core.c
300
* users can continue using libusb after one of them calls
libusb_exit
(), etc.
311
* context is alive. Contexts are destroyed during
libusb_exit
().
1512
API_EXPORTED void
libusb_exit
(struct libusb_context *ctx)
function
[
all
...]
/system/core/adb/
usb_libusb.c
70
libusb_exit
(ctx);
/external/libusb_aah/libusb/
libusb.h
670
*
libusb_exit
() will not destroy resources that the other user is still
673
* Sessions are created by libusb_init() and destroyed through
libusb_exit
().
953
void LIBUSB_CALL
libusb_exit
(libusb_context *ctx);
[
all
...]
core.c
319
* users can continue using libusb after one of them calls
libusb_exit
(), etc.
330
* context is alive. Contexts are destroyed during
libusb_exit
().
335
* the default context will only happen when the last user calls
libusb_exit
().
1658
void API_EXPORTED
libusb_exit
(struct libusb_context *ctx)
function
[
all
...]
Completed in 44 milliseconds