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

  /external/chromium_org/third_party/libusb/src/libusb/
interrupt.h 14 int LIBUSB_CALL libusb_interrupt_handle_event(struct libusb_context* ctx);
libusb.h 92 /** \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
127 #define LIBUSB_CALL
    [all...]
strerror.c 174 DEFAULT_VISIBILITY const char* LIBUSB_CALL libusb_strerror(enum libusb_error errcode)
sync.c 36 static void LIBUSB_CALL sync_transfer_cb(struct libusb_transfer *transfer)
core.c 815 libusb_device * LIBUSB_CALL libusb_get_parent(libusb_device *dev)
    [all...]
libusbi.h 43 * DEFAULT_VISIBILITY return_type * LIBUSB_CALL function_name(params) { ... }
45 * return_type LIBUSB_CALL function_name(params);
47 #define API_EXPORTED LIBUSB_CALL DEFAULT_VISIBILITY
    [all...]
io.c     [all...]
  /external/chromium_org/chrome/browser/usb/
usb_device_handle.cc 100 static void LIBUSB_CALL PlatformTransferCompletionCallback(

Completed in 63 milliseconds