HomeSort by relevance Sort by last modified time
    Searched full:hotplug_queue (Results 1 - 1 of 1) sorted by null

  /system/core/adb/client/
usb_libusb.cpp 434 static auto& hotplug_queue = *new BlockingQueue<std::pair<libusb_hotplug_event, libusb_device*>>(); member in namespace:libusb
438 hotplug_queue.PopAll([](std::pair<libusb_hotplug_event, libusb_device*> pair) {
460 hotplug_queue.Push({event, device});

Completed in 210 milliseconds