OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:libusb_close
(Results
1 - 10
of
10
) sorted by null
/system/core/adb/
usb_libusb.c
219
libusb_close
(h->devh);
243
libusb_close
(h->devh);
541
libusb_close
(uh.devh);
/external/libusb/examples/
dpfp.c
503
libusb_close
(devh);
dpfp_threaded.c
541
libusb_close
(devh);
/external/libusb_aah/examples/
dpfp.c
503
libusb_close
(devh);
dpfp_threaded.c
541
libusb_close
(devh);
/external/libusb/libusb/
libusb.h
578
* later destroyed by
libusb_close
().
589
* with a device handle, you should call
libusb_close
().
800
void
libusb_close
(libusb_device_handle *dev_handle);
[
all
...]
core.c
434
*
libusb_close
().
844
* during
libusb_close
().
1006
API_EXPORTED void
libusb_close
(libusb_device_handle *dev_handle)
function
[
all
...]
/external/libusb_aah/libusb/
libusb.h
696
* later destroyed by
libusb_close
().
707
* with a device handle, you should call
libusb_close
().
987
void LIBUSB_CALL
libusb_close
(libusb_device_handle *dev_handle);
[
all
...]
core.c
461
*
libusb_close
().
1110
void API_EXPORTED
libusb_close
(libusb_device_handle *dev_handle)
function
[
all
...]
/external/libusb-compat/libusb/
core.c
677
libusb_close
(dev->handle);
Completed in 29 milliseconds