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

/external/chromium_org/third_party/libusb/src/libusb/
H A Dlibusb.h92 /** \def LIBUSB_CALL
109 * all functions which you use as libusbx callbacks with this LIBUSB_CALL
117 /* LIBUSB_CALL must be defined on both definition and declaration of libusbx
125 #define LIBUSB_CALL WINAPI macro
127 #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 711 milliseconds