HomeSort by relevance Sort by last modified time
    Searched refs:should_use_libusb (Results 1 - 4 of 4) sorted by null

  /system/core/adb/client/
usb_dispatch.cpp 21 if (should_use_libusb()) {
31 if (should_use_libusb()) {
39 return should_use_libusb()
45 return should_use_libusb()
51 return should_use_libusb() ? libusb::usb_close(reinterpret_cast<libusb::usb_handle*>(h))
56 should_use_libusb() ? libusb::usb_kick(reinterpret_cast<libusb::usb_handle*>(h))
61 return should_use_libusb()
  /system/core/adb/
usb.h 63 bool should_use_libusb();
transport_usb.cpp 186 bool should_use_libusb() { function
adb.cpp     [all...]

Completed in 173 milliseconds