Searched refs:heap_id_mask (Results 1 – 11 of 11) sorted by relevance
/device/linaro/hikey/gralloc960/ |
D | ion_4.12.h | 46 __u32 heap_id_mask; member
|
/device/linaro/hikey/gralloc/ |
D | ion_4.12.h | 46 __u32 heap_id_mask; member
|
/device/google/crosshatch/sdm845/kernel-headers/linux/ |
D | ion.h | 43 unsigned int heap_id_mask; member
|
/device/google/bonito/sdm710/original-kernel-headers/linux/ |
D | ion.h | 96 unsigned int heap_id_mask; member
|
/device/google/crosshatch/sdm845/original-kernel-headers/linux/ |
D | ion.h | 96 unsigned int heap_id_mask; member
|
/device/google/bonito/sdm710/kernel-headers/linux/ |
D | ion.h | 43 unsigned int heap_id_mask; member
|
/device/google/marlin/camera/QCamera2/HAL/ |
D | QCameraMem.cpp | 483 alloc.heap_id_mask = heap_id; in allocOneBuffer() 487 alloc.heap_id_mask = ION_HEAP(ION_CP_MM_HEAP_ID); in allocOneBuffer() 797 uint32_t heap_id_mask = 0x1 << ION_IOMMU_HEAP_ID; in allocate() local 799 rc = alloc(count, size, heap_id_mask, SECURE); in allocate() 805 rc = alloc(count, size, heap_id_mask, NON_SECURE); in allocate() 856 unsigned int heap_id_mask = 0x1 << ION_IOMMU_HEAP_ID; in allocateMore() local 857 int rc = alloc(count, size, heap_id_mask, NON_SECURE); in allocateMore() 1092 unsigned int heap_id_mask = 0x1 << ION_IOMMU_HEAP_ID; in allocate() local 1093 int rc = alloc(count, size, heap_id_mask, isSecure); in allocate() 1127 unsigned int heap_id_mask = 0x1 << ION_IOMMU_HEAP_ID; in allocateMore() local [all …]
|
/device/google/marlin/camera/QCamera2/HAL3/ |
D | QCamera3Mem.cpp | 322 allocData.heap_id_mask = heap_id; in allocOneBuffer() 561 unsigned int heap_id_mask = 0x1 << ION_IOMMU_HEAP_ID; in allocate() local 574 rc = allocOneBuffer(mMemInfo[i], heap_id_mask, size); in allocate() 620 unsigned int heap_id_mask = 0x1 << ION_IOMMU_HEAP_ID; in allocateOne() local 632 rc = allocOneBuffer(mMemInfo[mBufferCount], heap_id_mask, size); in allocateOne()
|
/device/google/marlin/camera/QCamera2/stack/mm-jpeg-interface/src/ |
D | mm_jpeg_ionbuf.c | 64 p_buffer->alloc.heap_id_mask = 0x1 << ION_IOMMU_HEAP_ID; in buffer_allocate()
|
/device/google/marlin/camera/usbcamcore/src/ |
D | QualcommUsbCamera.cpp | 2688 alloc.heap_id_mask = ion_type; in allocate_ion_memory()
|
/device/google/marlin/camera/QCamera2/stack/mm-camera-test/src/ |
D | mm_qcamera_app.c | 142 alloc.heap_id_mask = ION_HEAP(ION_SYSTEM_HEAP_ID); in mm_app_allocate_ion_memory()
|