Home
last modified time | relevance | path

Searched refs:sizeEpBuf (Results 1 - 3 of 3) sorted by relevance

/developtools/hdc/hdc_rust/src/cffi/host/
H A Dhost_usb.h68 sizeEpBuf = epBufSize; // MAX_USBFFS_BULK in HostUSBEndpoint()
73 buf = new (std::nothrow) uint8_t[sizeEpBuf]; in HostUSBEndpoint()
74 (void)memset_s(buf, sizeEpBuf, 0, sizeEpBuf); in HostUSBEndpoint()
86 uint16_t sizeEpBuf; member
/developtools/hdc/src/common/
H A Ddefine_plus.h110 sizeEpBuf = epBufSize; // MAX_USBFFS_BULK in HostUSBEndpoint()
115 buf = new (std::nothrow) uint8_t[sizeEpBuf]; in HostUSBEndpoint()
116 (void)memset_s(buf, sizeEpBuf, 0, sizeEpBuf); in HostUSBEndpoint()
128 uint32_t sizeEpBuf; member
/developtools/hdc/src/host/
H A Dhost_usb.cpp588 int bulkInSize = hUSB->hostBulkIn.sizeEpBuf; in BeginUsbRead()

Completed in 3 milliseconds