Home | History | Annotate | Download | only in adb

Lines Matching refs:close_usb_devices

1032 void close_usb_devices(std::function<bool(const atransport*)> predicate) {
1042 void close_usb_devices() {
1043 close_usb_devices([](const atransport*) { return true; });