Searched defs:device_lock (Results 1 - 1 of 1) sorted by last modified time

/system/core/adb/client/
H A Dusb_libusb.cpp496 // Dispatch a libusb transfer, unlock |device_lock|, and then wait for the result.
498 std::unique_lock<std::mutex> device_lock) {
562 device_lock.unlock();
497 perform_usb_transfer(usb_handle* h, transfer_info* info, std::unique_lock<std::mutex> device_lock) argument

Completed in 69 milliseconds