Searched refs:bulkInOut (Results 1 – 4 of 4) sorted by relevance
258 int HdcDaemonUSB::CloseBulkEp(bool bulkInOut, int bulkFd, uv_loop_t *loop) in CloseBulkEp() argument263 bool bulkInOut; in CloseBulkEp() member272 ctx->bulkInOut = bulkInOut; in CloseBulkEp()278 …WRITE_LOG(LOG_DEBUG, "Try to abort blukin write callback %s", ctx->bulkInOut ? "bulkin" : "bulkout… in CloseBulkEp()279 if (ctx->bulkInOut) { in CloseBulkEp()
53 int CloseBulkEp(bool bulkInOut, int bulkFd, uv_loop_t *loop);
299 bulkInOut = false; in HostUSBEndpoint()312 bool bulkInOut; // true is bulkIn member
408 hUSB->hostBulkIn.bulkInOut = true; in CheckUsbEndpoint()412 hUSB->hostBulkOut.bulkInOut = false; in CheckUsbEndpoint()503 if (!ep->bulkInOut && transfer->actual_length != transfer->length) { in USBBulkCallback()