Home
last modified time | relevance | path

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

/developtools/hdc/src/common/
Dusb.cpp89 if ((SendUSBRaw(hSession, header.data(), header.size())) <= 0) { in SendUSBBlock()
93 if ((childRet = SendUSBRaw(hSession, data, length)) <= 0) { in SendUSBBlock()
101 if ((SendUSBRaw(hSession, dummy.data(), dummy.size())) <= 0) { in SendUSBBlock()
145 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.cpp328 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.cpp643 int HdcHostUSB::SendUSBRaw(HSession hSession, uint8_t *data, const int length) in SendUSBRaw() function in Hdc::HdcHostUSB