|
Android-cuttlefish cvd tool
|
Classes | |
| class | ScanRateLimiter |
Functions | |
| static std::unordered_map< uint64_t, libusb_device * > | GUARDED_BY (known_devices_mutex) known_devices |
| void | scan () |
| void | report_error (const LibUsbConnection &connection) |
Variables | |
| std::chrono::seconds | kScan_rate_s = std::chrono::seconds(2) |
| static ScanRateLimiter | rate_limiter {kScan_rate_s} |
| static std::mutex | known_devices_mutex |
|
static |
| void libusb_inhouse_hotplug::report_error | ( | const LibUsbConnection & | connection | ) |
| void libusb_inhouse_hotplug::scan | ( | ) |
|
static |
| std::chrono::seconds libusb_inhouse_hotplug::kScan_rate_s = std::chrono::seconds(2) |
|
static |