Home
last modified time | relevance | path

Searched defs:HostUSBEndpoint (Results 1 – 2 of 2) sorted by relevance

/developtools/hdc/hdc_rust/src/cffi/host/
Dhost_usb.h64 struct HostUSBEndpoint { struct
65 explicit HostUSBEndpoint(uint16_t epBufSize) in HostUSBEndpoint() argument
76 ~HostUSBEndpoint() in ~HostUSBEndpoint() argument
103 HostUSBEndpoint hostBulkIn; argument
/developtools/hdc/src/common/
Ddefine_plus.h296 struct HostUSBEndpoint { struct
297 HostUSBEndpoint(uint16_t epBufSize) in HostUSBEndpoint() function
308 ~HostUSBEndpoint() in ~HostUSBEndpoint() argument
313 uint8_t endpoint;
337 HostUSBEndpoint hostBulkIn; argument