OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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
return
should_use_libusb
()
37
return
should_use_libusb
()
43
return
should_use_libusb
() ? libusb::usb_close(reinterpret_cast<libusb::usb_handle*>(h))
48
should_use_libusb
() ? libusb::usb_kick(reinterpret_cast<libusb::usb_handle*>(h))
/system/core/adb/
usb.h
59
bool
should_use_libusb
();
transport_usb.cpp
101
bool
should_use_libusb
() {
function
adb.cpp
[
all
...]
Completed in 448 milliseconds