Home
last modified time | relevance | path

Searched refs:tpipe (Results 1 - 1 of 1) sorted by relevance

/base/usb/usb_manager/interfaces/innerkits/native/src/
H A Dusb_srv_client.cpp300 const UsbPipe tpipe = {endpoint.GetInterfaceId(), endpoint.GetAddress()}; in BulkTransfer() local
303 ret = proxy_->BulkTransferReadwithLength(tdev, tpipe, length, bufferData, timeOut); in BulkTransfer()
305 ret = proxy_->BulkTransferWrite(tdev, tpipe, bufferData, timeOut); in BulkTransfer()
428 const UsbPipe tpipe = {ep.GetInterfaceId(), ep.GetAddress()}; in RequestQueue() local
429 return proxy_->RequestQueue(tdev, tpipe, request.GetClientData(), request.GetReqData()); in RequestQueue()
436 const UsbPipe tpipe = {endpoint.GetInterfaceId(), endpoint.GetAddress()}; in RegBulkCallback() local
437 int32_t ret = proxy_->RegBulkCallback(tdev, tpipe, cb); in RegBulkCallback()
448 const UsbPipe tpipe = {endpoint.GetInterfaceId(), endpoint.GetAddress()}; in UnRegBulkCallback() local
449 int32_t ret = proxy_->UnRegBulkCallback(tdev, tpipe); in UnRegBulkCallback()
460 const UsbPipe tpipe in BulkRead() local
472 const UsbPipe tpipe = {endpoint.GetInterfaceId(), endpoint.GetAddress()}; BulkWrite() local
484 const UsbPipe tpipe = {endpoint.GetInterfaceId(), endpoint.GetAddress()}; BulkCancel() local
[all...]

Completed in 4 milliseconds