Home
last modified time | relevance | path

Searched refs:UsbdFindRequestASync (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/drivers/peripheral/usb/hdi_service/include/
H A Dusb_impl.h129 UsbdRequestASync *UsbdFindRequestASync(HostDevice *port, uint8_t interfaceId, uint8_t pipeAddr);
/ohos5.0/drivers/peripheral/usb/hdi_service/src/
H A Dusb_impl.cpp542 UsbdRequestASync *UsbImpl::UsbdFindRequestASync(HostDevice *port, uint8_t interfaceId, uint8_t pipe… in UsbdFindRequestASync() function in OHOS::HDI::Usb::V1_1::UsbImpl
1858 UsbdRequestASync *reqAsync = UsbdFindRequestASync(port, pipe.intfId, pipe.endpointId); in RequestQueue()