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() function
76 ~HostUSBEndpoint() in ~HostUSBEndpoint() argument
103 HostUSBEndpoint hostBulkIn; argument
/developtools/hdc/src/common/
Ddefine_plus.h106 struct HostUSBEndpoint { struct
107 HostUSBEndpoint(uint32_t epBufSize) in HostUSBEndpoint() function
118 ~HostUSBEndpoint() in ~HostUSBEndpoint() argument
123 uint8_t endpoint;
147 HostUSBEndpoint hostBulkIn; argument