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

  /external/libusb_aah/libusb/
libusb.h 68 /** \def LIBUSB_CALL
85 * all functions which you use as libusb callbacks with this LIBUSB_CALL
93 /* LIBUSB_CALL must be defined on both definition and declaration of libusb
101 #define LIBUSB_CALL WINAPI
103 #define LIBUSB_CALL
876 typedef void (LIBUSB_CALL *libusb_transfer_cb_fn)(struct libusb_transfer *transfer);
952 int LIBUSB_CALL libusb_init(libusb_context **ctx);
953 void LIBUSB_CALL libusb_exit(libusb_context *ctx);
954 void LIBUSB_CALL libusb_set_debug(libusb_context *ctx, int level);
955 const struct libusb_version * LIBUSB_CALL libusb_get_version(void)
    [all...]
sync.c 36 static void LIBUSB_CALL ctrl_transfer_cb(struct libusb_transfer *transfer)
148 static void LIBUSB_CALL bulk_transfer_cb(struct libusb_transfer *transfer)
core.c 839 libusb_device * LIBUSB_CALL libusb_ref_device(libusb_device *dev)
    [all...]
libusbi.h 40 * DEFAULT_VISIBILITY return_type * LIBUSB_CALL function_name(params) { ... }
42 * return_type LIBUSB_CALL function_name(params);
44 #define API_EXPORTED LIBUSB_CALL DEFAULT_VISIBILITY
io.c     [all...]
  /external/libusb_aah/examples/
dpfp.c 152 static void LIBUSB_CALL cb_mode_changed(struct libusb_transfer *transfer)
279 static void LIBUSB_CALL cb_irq(struct libusb_transfer *transfer)
318 static void LIBUSB_CALL cb_img(struct libusb_transfer *transfer)
dpfp_threaded.c 181 static void LIBUSB_CALL cb_mode_changed(struct libusb_transfer *transfer)
308 static void LIBUSB_CALL cb_irq(struct libusb_transfer *transfer)
346 static void LIBUSB_CALL cb_img(struct libusb_transfer *transfer)

Completed in 56 milliseconds