Searched refs:bulkInOut (Results 1 – 4 of 4) sorted by relevance
261 int HdcDaemonUSB::CloseBulkEp(bool bulkInOut, int bulkFd, uv_loop_t *loop) in CloseBulkEp() argument266 bool bulkInOut; in CloseBulkEp() member275 ctx->bulkInOut = bulkInOut; in CloseBulkEp()281 …WRITE_LOG(LOG_DEBUG, "Try to abort blukin write callback %s", ctx->bulkInOut ? "bulkin" : "bulkout… in CloseBulkEp()282 if (ctx->bulkInOut) { in CloseBulkEp()
53 int CloseBulkEp(bool bulkInOut, int bulkFd, uv_loop_t *loop);
301 bulkInOut = false; in HostUSBEndpoint()314 bool bulkInOut; // true is bulkIn member
419 hUSB->hostBulkIn.bulkInOut = true; in CheckUsbEndpoint()423 hUSB->hostBulkOut.bulkInOut = false; in CheckUsbEndpoint()517 if (!ep->bulkInOut && transfer->actual_length != transfer->length) { in USBBulkCallback()