Home
last modified time | relevance | path

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

/aosp12/packages/modules/adb/client/
H A Dusb_libusb.cpp762 static auto& hotplug_queue = *new BlockingQueue<std::pair<libusb_hotplug_event, libusb_device*>>(); variable
767 hotplug_queue.PopAll([](std::pair<libusb_hotplug_event, libusb_device*> pair) { in hotplug_thread()
789 hotplug_queue.Push({event, device}); in hotplug_callback()