Structs
- A Stream of incoming requests for fuchsia.hardware.input/Controller.
- A Stream of incoming requests for fuchsia.hardware.input/DeviceReportsReader.
- A Stream of incoming requests for fuchsia.hardware.input/Device.
Enums
- Each
DeviceReportsReader
has its own FIFO of reports in the driver. CallingReadReports
drains the Report FIFO. If the Report FIFO fills up between calls toReadReports
the channel will be closed.