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

  /system/core/adb/
usb.h 35 // Linux and Darwin clients have native and libusb implementations.
37 namespace libusb { namespace
39 ADB_USB_INTERFACE(libusb::usb_handle*);
  /system/core/adb/client/
usb_libusb.cpp 31 #include <libusb/libusb.h>
47 // RAII wrappers for libusb.
90 namespace libusb { namespace
357 LOG(DEBUG) << "initializing libusb...";
360 LOG(FATAL) << "failed to initialize libusb: " << libusb_error_name(rc);
365 adb_thread_setname("libusb");
385 // Dispatch a libusb transfer, unlock |device_lock|, and then wait for the result.
519 } // namespace libusb

Completed in 188 milliseconds