Lines Matching refs:childRet
83 int childRet = 0;
93 if ((childRet = SendUSBRaw(hSession, data, length)) <= 0) {
97 if (childRet > 0 && (childRet % hSession->hUSB->wMaxPacketSizeSend == 0)) {
183 int childRet = 0;
188 if (hUSB->payloadSize <= static_cast<uint32_t>(childRet)) {
190 WRITE_LOG(LOG_WARN, "SendToHdcStream softreset dataSize:%d payloadSize:%u childRet:%d",
191 dataSize, hUSB->payloadSize, childRet);
195 if ((childRet = UsbToHdcProtocol(stream, appendData, dataSize)) < 0) {
199 hUSB->payloadSize -= childRet;