Home
last modified time | relevance | path

Searched refs:SendUSBBlock (Results 1 – 3 of 3) sorted by relevance

/developtools/hdc/src/common/
Dusb.h26 int SendUSBBlock(HSession hSession, uint8_t *data, const int length);
Dusb.cpp81 int HdcUSBBase::SendUSBBlock(HSession hSession, uint8_t *data, const int length) in SendUSBBlock() function in Hdc::HdcUSBBase
Dsession.cpp797 ret = pUSB->SendUSBBlock(hSession, bufPtr, bufLen); in SendByProtocol()