Home
last modified time | relevance | path

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

/drivers/peripheral/usb/hdi_service/include/
H A Dusbd_dispatcher.h104 static int32_t UsbdMallocAndFill(uint8_t *&dataAddr, const std::vector<uint8_t> &data);
/drivers/peripheral/usb/hdi_service/src/
H A Dusb_impl.cpp1830 int32_t ret = UsbdDispatcher::UsbdMallocAndFill(clientDataAddr, clientData); in RequestQueue()
1832 HDF_LOGE("%{public}s:clientDataAddr UsbdMallocAndFill failed", __func__); in RequestQueue()
1837 ret = UsbdDispatcher::UsbdMallocAndFill(bufferAddr, buffer); in RequestQueue()
1841 HDF_LOGE("%{public}s:bufferAddr UsbdMallocAndFill failed", __func__); in RequestQueue()
H A Dusbd_dispatcher.cpp678 int32_t UsbdDispatcher::UsbdMallocAndFill(uint8_t *&dataAddr, const std::vector<uint8_t> &data) in UsbdMallocAndFill() function in OHOS::HDI::Usb::V1_1::UsbdDispatcher

Completed in 7 milliseconds