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

  /system/core/adb/
usb.h 39 // Linux and Darwin clients have native and libusb implementations.
41 namespace libusb { namespace
43 ADB_USB_INTERFACE(libusb::usb_handle*);
  /system/core/adb/client/
usb_libusb.cpp 33 #include <libusb/libusb.h>
47 // RAII wrappers for libusb.
90 namespace libusb { namespace
358 // libusb doesn't think we should be messing around with devices we don't have
393 // Android's host linux libusb uses netlink instead of udev for device hotplug notification,
436 adb_thread_setname("libusb hotplug");
452 // We're called with the libusb lock taken. Call these on a separate thread outside of this
453 // function so that the usb_handle mutex is always taken before the libusb mutex.
465 LOG(DEBUG) << "initializing libusb..."
    [all...]

Completed in 207 milliseconds