Home
last modified time | relevance | path

Searched refs:wMaxPacketSizeSend (Results 1 – 6 of 6) sorted by relevance

/developtools/hdc/src/common/
Dusb.h38 int GetSafeUsbBlockSize(uint16_t wMaxPacketSizeSend);
Dusb.cpp92 if (childRet > 0 && (childRet % hSession->hUSB->wMaxPacketSizeSend == 0)) { in SendUSBBlock()
Ddefine_plus.h342 uint16_t wMaxPacketSizeSend; member
Dsession.cpp370 hSession->hUSB->wMaxPacketSizeSend = MAX_PACKET_SIZE_HISPEED; in MallocSessionByConnectType()
/developtools/hdc/src/daemon/
Ddaemon_usb.cpp190 hUSB->wMaxPacketSizeSend = GetMaxPacketSize(hUSB->bulkIn); in ConnectEPPoint()
520 if (bytesIOBytes > hUSB->wMaxPacketSizeSend && bytesIOBytes != thisClass->saveNextReadSize) { in OnUSBRead()
566 …int nextReadSize = childRet == 0 ? hUSB->wMaxPacketSizeSend : std::min(childRet, Base::GetUsbffsBu… in OnUSBRead()
637 thisClass->LoopUSBRead(hUSB, hUSB->wMaxPacketSizeSend); in WatchEPTimer()
/developtools/hdc/src/host/
Dhost_usb.cpp411 hUSB->wMaxPacketSizeSend = ep_desc->wMaxPacketSize; in CheckUsbEndpoint()
572 nextReadSize = (childRet < hUSB->wMaxPacketSizeSend ? hUSB->wMaxPacketSizeSend in BeginUsbRead()