Searched refs:AllocateBuffer (Results 1 - 25 of 44) sorted by relevance

12

/device/google/cuttlefish_common/guest/vsoc/lib/
H A Dgralloc_region_view.h39 int AllocateBuffer(size_t size, uint32_t* begin_offset = nullptr);
H A Dgralloc_region_view.cpp63 int GrallocRegionView::AllocateBuffer(size_t size, uint32_t* begin_offset) { function in class:GrallocRegionView
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Efi/Protocol/DeviceIo/
H A DDeviceIo.h125 EFI_IO_ALLOCATE_BUFFER AllocateBuffer; member in struct:_EFI_DEVICE_IO_PROTOCOL
/device/linaro/bootloader/edk2/MdeModulePkg/Include/Protocol/
H A DUfsHostController.h152 Frees memory that was allocated with AllocateBuffer().
160 was not allocated with AllocateBuffer().
241 EDKII_UFS_HC_ALLOCATE_BUFFER AllocateBuffer; member in struct:_EDKII_UFS_HOST_CONTROLLER_PROTOCOL
/device/linaro/bootloader/edk2/MdePkg/Include/Protocol/
H A DDeviceIo.h221 Frees pages that were allocated with AllocateBuffer().
229 AllocateBuffer().
261 EFI_IO_ALLOCATE_BUFFER AllocateBuffer; member in struct:_EFI_DEVICE_IO_PROTOCOL
H A DPciRootBridgeIo.h297 Frees memory that was allocated with AllocateBuffer().
305 was not allocated with AllocateBuffer().
427 EFI_PCI_ROOT_BRIDGE_IO_PROTOCOL_ALLOCATE_BUFFER AllocateBuffer; member in struct:_EFI_PCI_ROOT_BRIDGE_IO_PROTOCOL
H A DPciIo.h364 Frees memory that was allocated with AllocateBuffer().
372 was not allocated with AllocateBuffer().
532 EFI_PCI_IO_PROTOCOL_ALLOCATE_BUFFER AllocateBuffer; member in struct:_EFI_PCI_IO_PROTOCOL
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Protocol/IsaIo/
H A DIsaIo.h175 EFI_ISA_IO_PROTOCOL_ALLOCATE_BUFFER AllocateBuffer; member in struct:_EFI_ISA_IO_PROTOCOL
/device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Include/Protocol/
H A DIsaIo.h190 However, only memory allocated via the EFI_ISA_IO_PROTOCOL.AllocateBuffer() interface
293 Frees a common buffer that was allocated with EFI_ISA_IO_PROTOCOL.AllocateBuffer().
340 EFI_ISA_IO_PROTOCOL_ALLOCATE_BUFFER AllocateBuffer; member in struct:_EFI_ISA_IO_PROTOCOL
/device/linaro/bootloader/edk2/MdeModulePkg/Bus/Pci/XhciDxe/
H A DUsbHcMem.c69 Status = PciIo->AllocateBuffer (
661 Status = PciIo->AllocateBuffer (
694 Status = PciIo->AllocateBuffer (
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Efi/Protocol/PciRootBridgeIo/
H A DPciRootBridgeIo.h209 EFI_PCI_ROOT_BRIDGE_IO_PROTOCOL_ALLOCATE_BUFFER AllocateBuffer; member in struct:_EFI_PCI_ROOT_BRIDGE_IO_PROTOCOL
/device/linaro/bootloader/edk2/MdeModulePkg/Universal/Network/SnpDxe/
H A DInitialize.c44 Status = Snp->PciIo->AllocateBuffer (
56 "\nSnp->PxeInit() AllocateBuffer %xh (%r)\n",
H A DSnp.c363 Status = PciIo->AllocateBuffer (
450 Status = PciIo->AllocateBuffer (
/device/google/cuttlefish_common/guest/hals/gralloc/
H A Dgralloc.cpp197 fd = GrallocRegionView::GetInstance()->AllocateBuffer(size, &offset);
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Efi/Protocol/PciIo/
H A DPciIo.h262 EFI_PCI_IO_PROTOCOL_ALLOCATE_BUFFER AllocateBuffer; member in struct:_EFI_PCI_IO_PROTOCOL
/device/linaro/bootloader/edk2/EmbeddedPkg/Drivers/SataSiI3132Dxe/
H A DSataSiI3132.c58 Status = SataSiI3132Instance->PciIo->AllocateBuffer (
/device/linaro/bootloader/edk2/MdeModulePkg/Bus/Pci/EhciDxe/
H A DUsbHcMem.c69 Status = PciIo->AllocateBuffer (
/device/linaro/bootloader/edk2/MdeModulePkg/Bus/Pci/UhciDxe/
H A DUsbHcMem.c68 Status = PciIo->AllocateBuffer (
/device/linaro/bootloader/edk2/QuarkSocPkg/QuarkSouthCluster/Usb/Ohci/Dxe/
H A DUsbHcMem.c69 Status = PciIo->AllocateBuffer (
/device/linaro/bootloader/edk2/DuetPkg/PciRootBridgeNoEnumerationDxe/
H A DDeviceIo.c81 Private->DeviceIo.AllocateBuffer = DeviceIoAllocateBuffer;
823 Frees pages that were allocated with AllocateBuffer().
835 AllocateBuffer().
/device/linaro/bootloader/edk2/MdeModulePkg/Bus/Pci/UfsPciHcDxe/
H A DUfsPciHcDxe.c218 Status = PciIo->AllocateBuffer (PciIo, Type, MemoryType, Pages, HostAddress, Attributes);
223 Frees memory that was allocated with AllocateBuffer().
231 was not allocated with AllocateBuffer().
/device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Universal/SectionExtractionDxe/
H A DSectionExtraction.c319 @param AllocateBuffer Indicates whether the stream buffer is to be copied
333 IN BOOLEAN AllocateBuffer,
349 if (AllocateBuffer) {
330 OpenSectionStreamEx( IN UINTN SectionStreamLength, IN VOID *SectionStream, IN BOOLEAN AllocateBuffer, IN UINT32 AuthenticationStatus, OUT UINTN *SectionStreamHandle ) argument
/device/linaro/bootloader/edk2/MdeModulePkg/Core/Dxe/SectionExtraction/
H A DCoreSectionExtraction.c310 @param AllocateBuffer Indicates whether the stream buffer is to be
342 IN BOOLEAN AllocateBuffer,
358 if (AllocateBuffer) {
339 OpenSectionStreamEx( IN UINTN SectionStreamLength, IN VOID *SectionStream, IN BOOLEAN AllocateBuffer, IN UINT32 AuthenticationStatus, OUT UINTN *SectionStreamHandle ) argument
/device/linaro/bootloader/edk2/MdeModulePkg/Bus/Ata/AtaAtapiPassThru/
H A DAhciMode.c2022 Status = PciIo->AllocateBuffer (
2073 Status = PciIo->AllocateBuffer (
2129 Status = PciIo->AllocateBuffer (
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Compatibility/DeviceIoOnPciRootBridgeIoThunk/
H A DDeviceIoOnPciRootBridgeIoThunk.c321 Frees pages that were allocated with AllocateBuffer().
329 AllocateBuffer().
1140 Status = Private->PciRootBridgeIo->AllocateBuffer (
1189 Frees pages that were allocated with AllocateBuffer().
1197 AllocateBuffer().

Completed in 1720 milliseconds

12