Home | History | Annotate | Download | only in winusb

Lines Matching refs:endpoint

21   encapsulates a handle opened to a WinUsb endpoint on our device.

27 /** Class AdbWinUsbEndpointObject encapsulates a handle opened to an endpoint on
35 @param[in] endpoint_id Endpoint ID (endpoint address) on the device.
36 @param[in] endpoint_index Zero-based endpoint index in the interface's
141 global per endpoint (pipe). I.e. once set, it will be used against
142 all read / write operations performed on this endpoint, untill
148 there is no conflict in setting per-endpoint timeouts.
169 DecrementPendingIO(AdbWinUsbEndpointObject* endpoint)
170 : endpoint_(endpoint) {}