Home
last modified time | relevance | path

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

/system/core/adb/daemon/
Dusb.cpp173 std::promise<void> destruction_notifier) in UsbFfsConnection()
176 destruction_notifier_(std::move(destruction_notifier)), in UsbFfsConnection()
730 std::promise<void> destruction_notifier; in usb_ffs_open_thread() local
731 std::future<void> future = destruction_notifier.get_future(); in usb_ffs_open_thread()
734 std::move(destruction_notifier))); in usb_ffs_open_thread()