Searched refs:UsbdFindRequestASync (Results 1 – 2 of 2) sorted by relevance
129 UsbdRequestASync *UsbdFindRequestASync(HostDevice *port, uint8_t interfaceId, uint8_t pipeAddr);
542 UsbdRequestASync *UsbImpl::UsbdFindRequestASync(HostDevice *port, uint8_t interfaceId, uint8_t pipe… in UsbdFindRequestASync() function in OHOS::HDI::Usb::V1_1::UsbImpl1858 UsbdRequestASync *reqAsync = UsbdFindRequestASync(port, pipe.intfId, pipe.endpointId); in RequestQueue()