Searched defs:LIBUSB_CALL (Results 1 - 2 of 2) sorted by relevance

/external/libusb/include/libusb/
H A Dlibusb.h86 /** \def LIBUSB_CALL
103 * all functions which you use as libusb callbacks with this LIBUSB_CALL
111 /* LIBUSB_CALL must be defined on both definition and declaration of libusb
119 #define LIBUSB_CALL WINAPI macro
121 #define LIBUSB_CALL macro
1202 typedef void (LIBUSB_CALL *libusb_transfer_cb_fn)(struct libusb_transfer *transfer);
1306 int LIBUSB_CALL libusb_init(libusb_context **ctx);
1307 void LIBUSB_CALL libusb_exit(libusb_context *ctx);
1308 void LIBUSB_CALL libusb_set_debug(libusb_context *ctx, int level);
1309 const struct libusb_version * LIBUSB_CALL libusb_get_versio
[all...]
/external/libusb/libusb/
H A Dlibusb.h86 /** \def LIBUSB_CALL
103 * all functions which you use as libusb callbacks with this LIBUSB_CALL
111 /* LIBUSB_CALL must be defined on both definition and declaration of libusb
119 #define LIBUSB_CALL WINAPI macro
121 #define LIBUSB_CALL macro
1202 typedef void (LIBUSB_CALL *libusb_transfer_cb_fn)(struct libusb_transfer *transfer);
1306 int LIBUSB_CALL libusb_init(libusb_context **ctx);
1307 void LIBUSB_CALL libusb_exit(libusb_context *ctx);
1308 void LIBUSB_CALL libusb_set_debug(libusb_context *ctx, int level);
1309 const struct libusb_version * LIBUSB_CALL libusb_get_versio
[all...]

Completed in 46 milliseconds