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

  /external/libusb_aah/
Android.mk 24 libusb/core.c \
25 libusb/descriptor.c \
26 libusb/io.c \
27 libusb/sync.c \
28 libusb/os/linux_usbfs.c \
29 libusb/os/threads_posix.c
32 $(LOCAL_PATH)/libusb \
38 LOCAL_MODULE:= libusb
  /external/libusb/examples/
lsusb.c 2 * libusb example program to list devices on the bus
23 #include <libusb/libusb.h>
dpfp.c 2 * libusb example program to manipulate U.are.U 4000B fingerprint scanner.
30 #include <libusb/libusb.h>
424 fprintf(stderr, "failed to initialise libusb\n");
dpfp_threaded.c 2 * libusb example program to manipulate U.are.U 4000B fingerprint scanner.
31 #include <libusb/libusb.h>
451 fprintf(stderr, "failed to initialise libusb\n");
  /external/libusb_aah/msvc/
ddk_build.cmd 20 cd ..\libusb\os
37 set srcPath=libusb\os\obj%BUILD_ALT_DIR%\%cpudir%
62 copy %srcPath%\libusb-%version%.dll %dstPath%\dll
63 copy %srcPath%\libusb-%version%.pdb %dstPath%\dll
65 copy %srcPath%\libusb-%version%.lib %dstPath%\lib
  /external/libusb_aah/examples/
listdevs.c 2 * libusb example program to list devices on the bus
23 #include <libusb.h>
dpfp.c 2 * libusb example program to manipulate U.are.U 4000B fingerprint scanner.
30 #include <libusb.h>
424 fprintf(stderr, "failed to initialise libusb\n");
dpfp_threaded.c 2 * libusb example program to manipulate U.are.U 4000B fingerprint scanner.
31 #include <libusb.h>
451 fprintf(stderr, "failed to initialise libusb\n");
  /external/libusb-compat/
libusb-config.in 12 Usage: libusb-config [OPTIONS] [LIBRARIES]
configure 3 # Generated by GNU Autoconf 2.63 for libusb-compat 0.1.3.
744 PACKAGE_NAME='libusb-compat'
745 PACKAGE_TARNAME='libusb-compat'
747 PACKAGE_STRING='libusb-compat 0.1.3'
750 ac_unique_file="libusb/core.c"
    [all...]
  /external/libusb/libusb/
libusbi.h 2 * Internal header for libusb
31 #include <libusb.h>
352 * This function is called when a libusb user initializes the library
382 * usbi_get_device_by_session_id(). This function checks if libusb already
424 * without hiccup. This is also a good place to inform libusb that it
448 * libusb of any file descriptors associated with this device that should
533 * libusb to retrieve the information through a standard control transfer.
730 * This function might seem a bit out of place. It is used when libusb
  /external/libusb_aah/libusb/
libusbi.h 2 * Internal header for libusb
34 #include <libusb.h>
37 /* Inside the libusb code, mark all public functions as follows:
41 * In the libusb public header, mark all declarations as:
475 * This function is called when a libusb user initializes the library
505 * usbi_get_device_by_session_id(). This function checks if libusb already
547 * without hiccup. This is also a good place to inform libusb that it
571 * libusb of any file descriptors associated with this device that should
656 * libusb to retrieve the information through a standard control transfer.
853 * This function might seem a bit out of place. It is used when libusb
    [all...]
  /system/core/adb/
usb_libusb.c 34 #include <libusb.h>
466 D("check_device(): libusb triggered error %d\n", r);
635 err(EX_IOERR, "Failed to init libusb\n");
  /external/qemu/distrib/sdl-1.2.15/src/joystick/bsd/
SDL_sysjoystick.c 57 #include <libusb.h>
  /external/libusb-compat/libusb/
core.c 2 * Core functions for libusb-compat-0.1
27 #include <libusb.h>
130 fprintf(stream, "libusb-compat %s: %s: ", prefix, function);
247 /* libusb-1.0 initialization might have failed, but we can't indicate
248 * this with libusb-0.1, so trap that situation here */
529 /* even though structures are identical, we can't just use libusb-1.0's
531 * a single flat memory area (libusb-1.0 provides separate allocations).
532 * we hand-copy libusb-1.0's descriptors into our own structures. */
550 /* libusb doesn't implement this and it doesn't seem that important. If
574 /* libusb-1.0 initialization might have failed, but we can't indicat
    [all...]
  /external/libusb/
configure 3 # Generated by GNU Autoconf 2.65 for libusb 1.0.8.
699 PACKAGE_NAME='libusb'
700 PACKAGE_TARNAME='libusb'
702 PACKAGE_STRING='libusb 1.0.8'
706 ac_unique_file="libusb/core.c"
    [all...]

Completed in 541 milliseconds