Searched refs:WriteEx (Results 1 – 2 of 2) sorted by relevance
235 int32_t WriteEx(const std::vector<uint8_t> &data, uint8_t sendZLP, uint32_t &xferActual);
1071 int32_t UsbfnMtpImpl::WriteEx(const std::vector<uint8_t> &data, uint8_t needZLP, uint32_t &xferActu… in WriteEx() function in OHOS::HDI::Usb::Gadget::Mtp::V1_0::UsbfnMtpImpl1140 return WriteEx(data, needZLP, xferActual); in Write()