Home
last modified time | relevance | path

Searched refs:UsbfnMtpImpl (Results 1 - 3 of 3) sorted by relevance

/drivers/peripheral/usb/gadget/function/mtp/src/
H A Dusbfn_mtp_impl.cpp100 sptr<IUsbfnMtpInterface> tmp(new (std::nothrow) UsbfnMtpImpl); in UsbfnMtpInterfaceImplGetInstance()
107 struct UsbMtpDevice *UsbfnMtpImpl::mtpDev_ = nullptr;
108 struct UsbMtpPort *UsbfnMtpImpl::mtpPort_ = nullptr;
109 std::mutex UsbfnMtpImpl::mtpRunning_;
110 std::mutex UsbfnMtpImpl::asyncMutex_;
111 sem_t UsbfnMtpImpl::asyncReq_ {0};
132 UsbfnMtpImpl::UsbfnMtpImpl() : deviceObject_(nullptr) {} in UsbfnMtpImpl() function in OHOS::HDI::Usb::Gadget::Mtp::V1_0::UsbfnMtpImpl
134 void UsbfnMtpImpl::UsbFnRequestReadComplete(uint8_t pipe, struct UsbFnRequest *req) in UsbFnRequestReadComplete()
159 void UsbfnMtpImpl
[all...]
H A Dusbfn_mtp_interface_driver.cpp98 sptr<UsbfnMtpImpl> impl = static_cast<UsbfnMtpImpl *>(serviceImpl.GetRefPtr()); in HdfUsbfnMtpInterfaceDriverBind()
/drivers/peripheral/usb/gadget/function/mtp/include/
H A Dusbfn_mtp_impl.h160 class UsbfnMtpImpl : public IUsbfnMtpInterface { class
162 UsbfnMtpImpl();
163 virtual ~UsbfnMtpImpl() = default;

Completed in 5 milliseconds