Lines Matching refs:pipe
70 USBDevicePipe pipe;
342 USBDevicePipe pipe;
349 ret = usbSrvClient.OpenDevice(device, pipe);
357 usbSrvClient.Close(pipe);
361 handle->pipe = pipe;
375 usbSrvClient.Close(dev_handle->pipe);
506 auto ret = usbSrvClient.ClaimInterface(dev_handle->pipe, interface, true);
524 USBDevicePipe &pipe = dev_handle->pipe;
528 auto ret = usbSrvClient.ReleaseInterface(pipe, interface);
546 USBDevicePipe &pipe = dev_handle->pipe;
554 auto ret = usbSrvClient.BulkTransfer(pipe, usbEndpoint, bufferData, timeout);
568 auto ret = usbSrvClient.BulkTransfer(pipe, usbEndpoint, bufferData, timeout);
587 USBDevicePipe &pipe = dev_handle->pipe;
600 auto ret = usbSrvClient.ControlTransfer(pipe, ctrl, bufferData);
617 USBDevicePipe pipe = dev_handle->pipe;
621 auto ret = usbSrvClient.SetInterface(pipe, interface);