Home
last modified time | relevance | path

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

/ohos5.0/drivers/peripheral/usb/gadget/function/mtp/include/
H A Dusbfn_mtp_impl.h188 static void UsbFnRequestNotifyComplete(uint8_t pipe, struct UsbFnRequest *req);
/ohos5.0/drivers/peripheral/usb/gadget/function/mtp/src/
H A Dusbfn_mtp_impl.cpp184 void UsbfnMtpImpl::UsbFnRequestNotifyComplete(uint8_t pipe, struct UsbFnRequest *req) in UsbFnRequestNotifyComplete() function in OHOS::HDI::Usb::Gadget::Mtp::V1_0::UsbfnMtpImpl
884 mtpDev_->notifyReq->complete = UsbFnRequestNotifyComplete; in UsbMtpDeviceAllocNotifyRequest()