Searched refs:SendUSBRaw (Results 1 – 6 of 6) sorted by relevance
| /developtools/hdc/src/common/ |
| D | usb.cpp | 84 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()
|
| D | usb.h | 29 virtual int SendUSBRaw(HSession hSession, uint8_t *data, const int length) in SendUSBRaw() function
|
| /developtools/hdc/src/daemon/ |
| D | daemon_usb.h | 26 int SendUSBRaw(HSession hSession, uint8_t *data, const int length) override;
|
| D | daemon_usb.cpp | 325 int HdcDaemonUSB::SendUSBRaw(HSession hSession, uint8_t *data, const int length) in SendUSBRaw() function in Hdc::HdcDaemonUSB
|
| /developtools/hdc/src/host/ |
| D | host_usb.h | 26 int SendUSBRaw(HSession hSession, uint8_t *data, const int length) override;
|
| D | host_usb.cpp | 623 int HdcHostUSB::SendUSBRaw(HSession hSession, uint8_t *data, const int length) in SendUSBRaw() function in Hdc::HdcHostUSB
|