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

  /system/core/adb/client/
usb_dispatch.cpp 55 void usb_kick(usb_handle* h) { function
56 should_use_libusb() ? libusb::usb_kick(reinterpret_cast<libusb::usb_handle*>(h))
57 : native::usb_kick(reinterpret_cast<native::usb_handle*>(h));
usb_windows.cpp 123 void usb_kick(usb_handle* handle);
375 usb_kick(handle);
416 usb_kick(handle);
456 void usb_kick(usb_handle* handle) { function in namespace:native
457 D("usb_kick");
usb_linux.cpp 109 usb_kick(usb);
459 void usb_kick(usb_handle* h) { function in namespace:native
usb_libusb.cpp 632 void usb_kick(usb_handle* h) { function in namespace:libusb
usb_osx.cpp 574 void usb_kick(usb_handle *handle) { function in namespace:native
  /system/core/adb/
usb.h 29 void usb_kick(handle_ref_type h); \
transport_usb.cpp 172 usb_kick(handle_);
  /system/core/fastboot/
usb_windows.cpp 97 void usb_kick(usb_handle* handle);
172 usb_kick(handle_.get());
211 usb_kick(handle_.get());
242 void usb_kick(usb_handle* handle) { function
  /system/core/adb/daemon/
usb.cpp 553 void usb_kick(usb_handle* h) { function

Completed in 97 milliseconds