Searched refs:tmpSetUp (Results 1 – 1 of 1) sorted by relevance
/ohos5.0/drivers/external_device_manager/frameworks/ddk/usb/ |
H A D | usb_ddk_api.cpp | 164 …auto tmpSetUp = reinterpret_cast<const OHOS::HDI::Usb::Ddk::V1_0::UsbControlRequestSetup *>(setup); in OH_Usb_SendControlReadRequest() local 166 int32_t ret = g_ddk->SendControlReadRequest(interfaceHandle, *tmpSetUp, timeout, dataTmp); in OH_Usb_SendControlReadRequest() 198 …auto tmpSetUp = reinterpret_cast<const OHOS::HDI::Usb::Ddk::V1_0::UsbControlRequestSetup *>(setup); in OH_Usb_SendControlWriteRequest() local 200 return g_ddk->SendControlWriteRequest(interfaceHandle, *tmpSetUp, timeout, dataTmp); in OH_Usb_SendControlWriteRequest() 215 auto tmpSetUp = reinterpret_cast<const OHOS::HDI::Usb::Ddk::V1_0::UsbRequestPipe *>(pipe); in OH_Usb_SendPipeRequest() local 217 … *tmpSetUp, devMmap->size, devMmap->offset, devMmap->bufferLength, devMmap->transferedLength); in OH_Usb_SendPipeRequest() 232 auto tmpSetUp = reinterpret_cast<const OHOS::HDI::Usb::Ddk::V1_0::UsbRequestPipe *>(pipe); in OH_Usb_SendPipeRequestWithAshmem() local 235 return g_ddk->SendPipeRequestWithAshmem(*tmpSetUp, usbAshmem, ashmem->transferredLength); in OH_Usb_SendPipeRequestWithAshmem()
|