Searched refs:libusb (Results 1 - 4 of 4) sorted by relevance

/system/core/adb/client/
H A Dusb_dispatch.cpp22 LOG(DEBUG) << "using libusb backend";
23 libusb::usb_init();
32 libusb::usb_cleanup();
40 ? libusb::usb_write(reinterpret_cast<libusb::usb_handle*>(h), data, len)
46 ? libusb::usb_read(reinterpret_cast<libusb::usb_handle*>(h), data, len)
51 return should_use_libusb() ? libusb::usb_close(reinterpret_cast<libusb::usb_handle*>(h))
56 should_use_libusb() ? libusb
[all...]
H A Dusb_libusb.cpp33 #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...]
/system/core/adb/
H A Dusb.h39 // Linux and Darwin clients have native and libusb implementations.
41 namespace libusb { namespace
43 ADB_USB_INTERFACE(libusb::usb_handle*);
H A DAndroid.mk166 LOCAL_STATIC_LIBRARIES := libcrypto_utils libcrypto libbase libmdnssd libusb
185 LOCAL_STATIC_LIBRARIES := libadbd libcrypto_utils libcrypto libusb libmdnssd
235 libusb \
301 libusb \

Completed in 65 milliseconds