Structs§
- A Stream of incoming requests for fuchsia.hardware.adb/Device.
- A Stream of incoming requests for fuchsia.hardware.adb/Provider.
- ADB USB interface status flags.
- A Stream of incoming requests for fuchsia.hardware.adb/UsbAdbImpl.
Enums§
- Device interface for USB ADB. The device manages the USB endpoints needed for ADB.
- A Provider is a provider for one service which interacts with the adb component to implement a particular service such as shell, file-sync, or ffx. The interaction between the adb component and a service Provider (e.g. shell) is as follows:
- USB ADB implementation protocol. The USB ADB driver would start serving this interface on the server endpoint passed to a driver during Device::Start.
Constants§
- Max length of arguments passed in adb OPEN message.