Searched defs:usb_kick (Results 1 - 7 of 7) sorted by relevance

/system/core/adb/client/
H A Dusb_dispatch.cpp55 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));
H A Dusb_windows.cpp123 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");
H A Dusb_osx.cpp574 void usb_kick(usb_handle *handle) { function in namespace:native
H A Dusb_libusb.cpp632 void usb_kick(usb_handle* h) { function in namespace:libusb
H A Dusb_linux.cpp109 usb_kick(usb);
459 void usb_kick(usb_handle* h) { function in namespace:native
/system/core/fastboot/
H A Dusb_windows.cpp97 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/
H A Dusb.cpp553 void usb_kick(usb_handle* h) { function

Completed in 78 milliseconds