OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:libusb_open
(Results
1 - 7
of
7
) sorted by null
/external/chromium_org/chrome/browser/usb/
usb_device.cc
104
int rv =
libusb_open
(platform_device_, &handle);
/external/libusb/libusb/
core.c
361
err =
libusb_open
(found, &handle);
396
* libusb to open the device using the
libusb_open
() function. Assuming
420
* -# Choose the device that you want to operate, and call
libusb_open
().
431
* As an implementation detail,
libusb_open
() actually adds a reference to
857
API_EXPORTED int
libusb_open
(libusb_device *dev, libusb_device_handle **handle)
function
[
all
...]
libusb.h
571
* I/O you will have to first obtain a device handle using
libusb_open
().
577
* on all devices in the list.
libusb_open
() adds another reference which is
586
*
libusb_open
().
799
int
libusb_open
(libusb_device *dev, libusb_device_handle **handle);
[
all
...]
/system/core/adb/
usb_libusb.c
447
r =
libusb_open
(dev, &uh.devh);
/external/chromium_org/third_party/libusb/src/libusb/
core.c
368
err =
libusb_open
(found, &handle);
403
* libusbx to open the device using the
libusb_open
() function. Assuming
427
* -# Choose the device that you want to operate, and call
libusb_open
().
438
* As an implementation detail,
libusb_open
() actually adds a reference to
1078
int API_EXPORTED
libusb_open
(libusb_device *dev,
function
[
all
...]
libusb.h
953
* I/O you will have to first obtain a device handle using
libusb_open
().
959
* on all devices in the list.
libusb_open
() adds another reference which is
968
*
libusb_open
().
[
all
...]
/external/libusb-compat/libusb/
core.c
661
r =
libusb_open
((libusb_device *) dev->dev, &udev->handle);
Completed in 57 milliseconds