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

/external/chromium_org/third_party/libusb/src/libusb/
H A Dinterrupt.h14 int LIBUSB_CALL libusb_interrupt_handle_event(struct libusb_context* ctx);
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...]
H A Dstrerror.c174 DEFAULT_VISIBILITY const char* LIBUSB_CALL libusb_strerror(enum libusb_error errcode)
H A Dsync.c36 static void LIBUSB_CALL sync_transfer_cb(struct libusb_transfer *transfer)
H A Dcore.c820 libusb_device * LIBUSB_CALL libusb_get_parent(libusb_device *dev)
973 libusb_device * LIBUSB_CALL libusb_ref_device(libusb_device *dev)
1148 libusb_device_handle * LIBUSB_CALL libusb_open_device_with_vid_pid(
1314 libusb_device * LIBUSB_CALL libusb_get_device(libusb_device_handle *dev_handle)
2184 DEFAULT_VISIBILITY const char * LIBUSB_CALL libusb_error_name(int error_code)
2239 const struct libusb_version * LIBUSB_CALL libusb_get_version(void)
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.c1317 struct libusb_transfer * LIBUSB_CALL libusb_alloc_transfer(
2483 const struct libusb_pollfd ** LIBUSB_CALL libusb_get_pollfds(
/external/chromium_org/device/usb/
H A Dusb_device_handle_impl.h127 static void LIBUSB_CALL
H A Dusb_device_handle_impl.cc568 void LIBUSB_CALL UsbDeviceHandleImpl::PlatformTransferCallback(

Completed in 355 milliseconds