HomeSort by relevance Sort by last modified time
    Searched defs:libusb_init (Results 1 - 2 of 2) sorted by null

  /external/libusb/libusb/
core.c 303 * call libusb_init(), you are (optionally) given a context. You can then pass
310 * is created the first time a process calls libusb_init() when no other
1455 API_EXPORTED int libusb_init(libusb_context **context) function
    [all...]
  /external/chromium_org/third_party/libusb/src/libusb/
core.c 297 * call libusb_init(), you are (optionally) given a context. You can then pass
304 * is created the first time a process calls libusb_init() when no other
308 * if libusb_init(NULL) is called twice within the same process, the two
1790 int API_EXPORTED libusb_init(libusb_context **context) function
    [all...]

Completed in 282 milliseconds