Home
last modified time | relevance | path

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

/developtools/hdc/src/common/
Dusb.cpp84 if ((SendUSBRaw(hSession, header.data(), header.size())) <= 0) { in SendUSBBlock()
88 if ((childRet = SendUSBRaw(hSession, data, length)) <= 0) { in SendUSBBlock()
96 if ((SendUSBRaw(hSession, dummy.data(), dummy.size())) <= 0) { in SendUSBBlock()
140 if (SendUSBRaw(hSession, header.data(), header.size()) <= 0) { in PreSendUsbSoftReset()
Dusb.h29 virtual int SendUSBRaw(HSession hSession, uint8_t *data, const int length) in SendUSBRaw() function
/developtools/hdc/src/daemon/
Ddaemon_usb.h26 int SendUSBRaw(HSession hSession, uint8_t *data, const int length) override;
Ddaemon_usb.cpp325 int HdcDaemonUSB::SendUSBRaw(HSession hSession, uint8_t *data, const int length) in SendUSBRaw() function in Hdc::HdcDaemonUSB
/developtools/hdc/src/host/
Dhost_usb.h26 int SendUSBRaw(HSession hSession, uint8_t *data, const int length) override;
Dhost_usb.cpp623 int HdcHostUSB::SendUSBRaw(HSession hSession, uint8_t *data, const int length) in SendUSBRaw() function in Hdc::HdcHostUSB