HomeSort by relevance Sort by last modified time
    Searched refs:libusb_exit (Results 1 - 9 of 9) 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/chromium_org/chrome/browser/usb/
usb_context.cc 73 libusb_exit(context_);
  /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/chromium_org/third_party/libusb/src/libusb/
core.c 299 * users can continue using libusbx after one of them calls libusb_exit(), etc.
310 * context is alive. Contexts are destroyed during libusb_exit().
315 * the default context will only happen when the last user calls libusb_exit().
1907 void API_EXPORTED libusb_exit(struct libusb_context *ctx) function
    [all...]
libusb.h 934 * libusb_exit() will not destroy resources that the other user is still
937 * Sessions are created by libusb_init() and destroyed through libusb_exit().
    [all...]

Completed in 381 milliseconds