Home
last modified time | relevance | path

Searched refs:allocate (Results 1 – 25 of 63) sorted by relevance

123

/device/lge/bullhead/camera/QCamera2/HAL/
DQCameraMem.h68 virtual int allocate(uint8_t count, size_t size, uint32_t is_secure) = 0;
156 virtual int allocate(uint8_t count, size_t size, uint32_t is_secure);
180 virtual int allocate(uint8_t count, size_t size, uint32_t is_secure);
202 virtual int allocate(uint8_t count, size_t size, uint32_t is_secure);
227 virtual int allocate(uint8_t count, size_t size, uint32_t is_secure);
DQCameraMem.cpp783 int QCameraHeapMemory::allocate(uint8_t count, size_t size, uint32_t isSecure) in allocate() function in qcamera::QCameraHeapMemory
1014 int QCameraStreamMemory::allocate(uint8_t count, size_t size, uint32_t isSecure) in allocate() function in qcamera::QCameraStreamMemory
1239 int QCameraVideoMemory::allocate(uint8_t count, size_t size, uint32_t isSecure) in allocate() function in qcamera::QCameraVideoMemory
1242 int rc = QCameraStreamMemory::allocate(count, size, isSecure); in allocate()
1602 int QCameraGrallocMemory::allocate(uint8_t count, size_t /*size*/, in allocate() function in qcamera::QCameraGrallocMemory
/device/huawei/angler/camera/QCamera2/HAL/
DQCameraMem.h68 virtual int allocate(uint8_t count, size_t size, uint32_t is_secure) = 0;
156 virtual int allocate(uint8_t count, size_t size, uint32_t is_secure);
181 virtual int allocate(uint8_t count, size_t size, uint32_t is_secure);
205 virtual int allocate(uint8_t count, size_t size, uint32_t is_secure);
231 virtual int allocate(uint8_t count, size_t size, uint32_t is_secure);
DQCameraMem.cpp783 int QCameraHeapMemory::allocate(uint8_t count, size_t size, uint32_t isSecure) in allocate() function in qcamera::QCameraHeapMemory
1016 int QCameraStreamMemory::allocate(uint8_t count, size_t size, uint32_t isSecure) in allocate() function in qcamera::QCameraStreamMemory
1242 int QCameraVideoMemory::allocate(uint8_t count, size_t size, uint32_t isSecure) in allocate() function in qcamera::QCameraVideoMemory
1245 int rc = QCameraStreamMemory::allocate(count, size, isSecure); in allocate()
1606 int QCameraGrallocMemory::allocate(uint8_t count, size_t /*size*/, in allocate() function in qcamera::QCameraGrallocMemory
/device/google/marlin/camera/QCamera2/HAL/
DQCameraMem.h84 virtual int allocate(uint8_t count, size_t size, uint32_t is_secure) = 0;
169 virtual int allocate(uint8_t count, size_t size, uint32_t is_secure);
201 virtual int allocate(uint8_t count, size_t size, uint32_t is_secure);
223 virtual int allocate(uint8_t count, size_t size, uint32_t is_secure);
255 virtual int allocate(uint8_t count, size_t size, uint32_t is_secure);
DQCameraMem.cpp793 int QCameraHeapMemory::allocate(uint8_t count, size_t size, uint32_t isSecure) in allocate() function in qcamera::QCameraHeapMemory
1089 int QCameraStreamMemory::allocate(uint8_t count, size_t size, uint32_t isSecure) in allocate() function in qcamera::QCameraStreamMemory
1324 int QCameraVideoMemory::allocate(uint8_t count, size_t size, uint32_t isSecure) in allocate() function in qcamera::QCameraVideoMemory
1327 int rc = QCameraStreamMemory::allocate(count, size, isSecure); in allocate()
2047 int QCameraGrallocMemory::allocate(uint8_t count, size_t /*size*/, in allocate() function in qcamera::QCameraGrallocMemory
DQCameraParametersIntf.h69 int32_t allocate();
/device/linaro/bootloader/edk2/MdePkg/Library/SmmMemoryAllocationLib/
DSmmMemoryAllocationLib.uni5 // allocate and free memory.
21 …s Memory Allocation Library uses services from the SMM Services Table to allocate and free memory."
DSmmMemoryAllocationLib.inf5 # allocate and free memory.
/device/linaro/bootloader/edk2/MdePkg/Library/PeiMemoryAllocationLib/
DPeiMemoryAllocationLib.uni4 // Memory Allocation Library that uses PEI Services to allocate memory.
21 … #language en-US "Memory Allocation Library that uses PEI Services to allocate memory. Free oper…
DPeiMemoryAllocationLib.inf4 # Memory Allocation Library that uses PEI Services to allocate memory.
/device/linaro/bootloader/edk2/MdePkg/Library/UefiMemoryAllocationLib/
DUefiMemoryAllocationLib.uni4 // Memory Allocation Library that uses EFI Boot Services to allocate
21 …language en-US "This Memory Allocation Library uses EFI Boot Services to allocate and free memory."
DUefiMemoryAllocationLib.inf4 # Memory Allocation Library that uses EFI Boot Services to allocate
/device/linaro/bootloader/edk2/MdeModulePkg/Bus/Pci/PciBusDxe/
DPciBusDxe.uni2 // The PCI bus driver will probe all PCI devices and allocate MMIO and IO space for these devices.
18 #string STR_MODULE_ABSTRACT #language en-US "Probes all PCI devices and allocate MMIO a…
DPciBusDxe.inf2 # The PCI bus driver will probe all PCI devices and allocate MMIO and IO space for these devices.
/device/linaro/bootloader/edk2/EmulatorPkg/Library/GuardUefiMemoryAllocationLib/
DGuardUefiMemoryAllocationLib.inf4 # Memory Allocation Library that uses EFI Boot Services to allocate
/device/linaro/bootloader/edk2/BaseTools/Source/C/VfrCompile/Pccts/antlr/
Dantlr.g631 require(HdrAction!=NULL, "rule grammar: cannot allocate header action");
640 require(FirstAction!=NULL, "rule grammar: cannot allocate #first action");
793 /* MR22 */ require(BaseClassName!=NULL, "rule grammar: cannot allocate base class na…
859 require(pdecl!=NULL, "rule rule: cannot allocate param decl");
867 require(ret!=NULL, "rule rule: cannot allocate ret type");
876 require(e!=NULL, "cannot allocate error class node");
934 require(a!=NULL, "rule rule: cannot allocate error action");
968 require(a!=NULL, "rule laction: cannot allocate action");
991 /* MR1 */ require(a!=NULL, "rule lmember: cannot allocate action");
1010 /* MR1 */ require(a!=NULL, "rule lprefix: cannot allocate action");
[all …]
/device/lge/bullhead/camera/QCamera2/HAL3/
DQCamera3Mem.h105 int allocate(size_t size);
DQCamera3StreamMem.cpp375 return mHeapMem.allocate(size); in allocateAll()
/device/linaro/bootloader/edk2/QuarkSocPkg/QuarkSouthCluster/IohInit/Dxe/
DIohInitDxe.inf9 # 2. Initialize the PciHostBridge, and allocate the I/O and memory space from GCD service.
/device/huawei/angler/camera/QCamera2/HAL3/
DQCamera3Mem.h105 int allocate(size_t size);
DQCamera3StreamMem.cpp375 return mHeapMem.allocate(size); in allocateAll()
/device/google/marlin/camera/QCamera2/HAL3/
DQCamera3Mem.h109 int allocate(size_t size);
DQCamera3StreamMem.cpp367 return mHeapMem.allocate(size); in allocateAll()
/device/linaro/bootloader/edk2/QuarkSocPkg/QuarkNorthCluster/QNCInit/Dxe/
DQNCInitDxe.inf9 # 2. Initialize the PciHostBridge, and allocate the I/O and memory space from GCD service.

123