OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ProcessLibUSBRequests
(Results
1 - 2
of
2
) sorted by null
/device/google/cuttlefish_common/guest/commands/usbforward/
usb_server.h
80
static void*
ProcessLibUSBRequests
(void* self_ptr);
usb_server.cpp
286
void* USBServer::
ProcessLibUSBRequests
(void* self_raw) {
318
libusb_thread_.reset(new cvd::ScopedThread(&
ProcessLibUSBRequests
, this));
Completed in 97 milliseconds