class UsbWaiterInterface
Defined at line 35 of file ../../src/devices/usb/drivers/usb-bus/usb-device.h
Abstract waiter class for waiting on a sync_completion_t.
This is necessary to allow injection of a timer by a test
into the UsbDevice class, allowing for a simulated clock.
Public Methods
zx_status_t Wait (sync_completion_t * completion, zx_duration_t duration)
void ~UsbWaiterInterface ()
Defined at line 38 of file ../../src/devices/usb/drivers/usb-bus/usb-device.h