Searched refs:LIBUSB_CALL (Results 1 - 12 of 12) 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...]
H A Dlibusbi.h45 * DEFAULT_VISIBILITY return_type * LIBUSB_CALL function_name(params) { ... }
47 * return_type LIBUSB_CALL function_name(params);
49 #define API_EXPORTED LIBUSB_CALL DEFAULT_VISIBILITY
/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...]
H A Dstrerror.c192 DEFAULT_VISIBILITY const char* LIBUSB_CALL libusb_strerror(enum libusb_error errcode)
H A Dcore.c980 libusb_device * LIBUSB_CALL libusb_get_parent(libusb_device *dev)
1141 libusb_device * LIBUSB_CALL libusb_ref_device(libusb_device *dev)
1302 libusb_device_handle * LIBUSB_CALL libusb_open_device_with_vid_pid(
1463 libusb_device * LIBUSB_CALL libusb_get_device(libusb_device_handle *dev_handle)
1856 unsigned char * LIBUSB_CALL libusb_dev_mem_alloc(libusb_device_handle *dev_handle,
2474 DEFAULT_VISIBILITY const char * LIBUSB_CALL libusb_error_name(int error_code)
2529 const struct libusb_version * LIBUSB_CALL libusb_get_version(void)
H A Dsync.c37 static void LIBUSB_CALL sync_transfer_cb(struct libusb_transfer *transfer)
H A Dlibusbi.h45 * DEFAULT_VISIBILITY return_type * LIBUSB_CALL function_name(params) { ... }
47 * return_type LIBUSB_CALL function_name(params);
49 #define API_EXPORTED LIBUSB_CALL DEFAULT_VISIBILITY
H A Dio.c1257 struct libusb_transfer * LIBUSB_CALL libusb_alloc_transfer(
2719 const struct libusb_pollfd ** LIBUSB_CALL libusb_get_pollfds(
/external/libusb/examples/
H A Dhotplugtest.c29 static int LIBUSB_CALL hotplug_callback(libusb_context *ctx, libusb_device *dev, libusb_hotplug_event event, void *user_data)
56 static int LIBUSB_CALL hotplug_callback_detach(libusb_context *ctx, libusb_device *dev, libusb_hotplug_event event, void *user_data)
H A Ddpfp.c152 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)
H A Ddpfp_threaded.c184 static void LIBUSB_CALL cb_mode_changed(struct libusb_transfer *transfer)
311 static void LIBUSB_CALL cb_irq(struct libusb_transfer *transfer)
349 static void LIBUSB_CALL cb_img(struct libusb_transfer *transfer)
H A Dsam3u_benchmark.c43 static void LIBUSB_CALL cb_xfr(struct libusb_transfer *xfr)

Completed in 165 milliseconds