Home
last modified time | relevance | path

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

/ohos5.0/drivers/peripheral/usb/gadget/function/mtp/include/
H A Dusbfn_mtp_impl.h95 struct UsbMtpInterface { struct
120 struct UsbMtpInterface ctrlIface; argument
121 struct UsbMtpInterface intrIface;
122 struct UsbMtpInterface dataIface;
224 int32_t UsbMtpDeviceParseEachPipe(struct UsbMtpInterface &iface);
/ohos5.0/drivers/peripheral/usb/gadget/function/mtp/src/
H A Dusbfn_mtp_impl.cpp698 int32_t UsbfnMtpImpl::UsbMtpDeviceParseEachPipe(struct UsbMtpInterface &iface) in UsbMtpDeviceParseEachPipe()
756 struct UsbMtpInterface iface; in UsbMtpDeviceParseMtpIface()