Home
last modified time | relevance | path

Searched refs:MAX_PACKET_SIZE_HISPEED (Results 1 - 7 of 7) sorted by relevance

/developtools/hdc/hdc_rust/src/cffi/
H A Dusb_types.h40 constexpr uint16_t MAX_PACKET_SIZE_HISPEED = 512; variable
/developtools/hdc/test/fuzztest/daemonusbread_fuzzer/
H A DDaemonUsbRead_fuzzer.cpp40 hUSB.wMaxPacketSizeSend = MAX_PACKET_SIZE_HISPEED; in FuzzDaemonUsbRead()
/developtools/hdc/src/common/
H A Ddefine.h64 constexpr uint16_t MAX_PACKET_SIZE_HISPEED = 512; member
H A Dsession.cpp385 hSession->hUSB->wMaxPacketSizeSend = MAX_PACKET_SIZE_HISPEED; in MallocSessionByConnectType()
/developtools/hdc/hdc_rust/src/
H A Dconfig.rs285 pub const MAX_PACKET_SIZE_HISPEED: i32 = 512; consts
/developtools/hdc/hdc_rust/src/transfer/
H A Dbuffer.rs241 if ((child_ret % config::MAX_PACKET_SIZE_HISPEED) == 0) && (child_ret > 0) {
/developtools/hdc/src/daemon/
H A Ddaemon_usb.cpp98 return MAX_PACKET_SIZE_HISPEED; in GetMaxPacketSize()

Completed in 8 milliseconds