Home
last modified time | relevance | path

Searched refs:should_use_libusb (Results 1 – 5 of 5) sorted by relevance

/packages/modules/adb/client/
Dusb.h40 bool should_use_libusb();
Dmain.cpp140 if (should_use_libusb()) { in adb_server_main()
Dtransport_usb.cpp180 bool should_use_libusb() { in should_use_libusb() function
/packages/modules/adb/
Dtransport.cpp734 return should_use_libusb() && result; in usb_devices_start_detached()
1079 if (!should_use_libusb()) { in Attach()
1106 if (!should_use_libusb()) { in Detach()
Dadb.cpp1374 if (should_use_libusb()) { in handle_host_request()