HomeSort by relevance Sort by last modified time
    Searched refs:libusb_init (Results 1 - 12 of 12) sorted by null

  /external/libusb/examples/
lsusb.c 50 r = libusb_init(NULL);
dpfp.c 422 r = libusb_init(NULL);
dpfp_threaded.c 449 r = libusb_init(NULL);
  /external/libusb_aah/examples/
listdevs.c 50 r = libusb_init(NULL);
dpfp.c 422 r = libusb_init(NULL);
dpfp_threaded.c 449 r = libusb_init(NULL);
  /external/libusb/libusb/
libusb.h 555 * Sessions are created by libusb_init() and destroyed through libusb_exit().
774 int libusb_init(libusb_context **ctx);
    [all...]
core.c 303 * call libusb_init(), you are (optionally) given a context. You can then pass
310 * is created the first time a process calls libusb_init() when no other
1455 API_EXPORTED int libusb_init(libusb_context **context) function
    [all...]
  /system/core/adb/
usb_libusb.c 632 int r = libusb_init(&ctx);
  /external/libusb_aah/libusb/
libusb.h 673 * Sessions are created by libusb_init() and destroyed through libusb_exit().
952 int LIBUSB_CALL libusb_init(libusb_context **ctx);
    [all...]
core.c 322 * call libusb_init(), you are (optionally) given a context. You can then pass
329 * is created the first time a process calls libusb_init() when no other
333 * if libusb_init(NULL) is called twice within the same process, the two
1579 int API_EXPORTED libusb_init(libusb_context **context) function
    [all...]
  /external/libusb-compat/libusb/
core.c 145 r = libusb_init(&ctx);

Completed in 184 milliseconds