/device/lge/bullhead/camera/QCamera2/HAL/ |
D | QCameraMem.cpp | 489 alloc.heap_id_mask = heap_id; in allocOneBuffer() 493 alloc.heap_id_mask = ION_HEAP(ION_CP_MM_HEAP_ID); in allocOneBuffer() 787 uint32_t heap_id_mask = 0x1 << ION_IOMMU_HEAP_ID; in allocate() local 789 rc = alloc(count, size, heap_id_mask, SECURE); in allocate() 793 rc = alloc(count, size, heap_id_mask, NON_SECURE); in allocate() 837 unsigned int heap_id_mask = 0x1 << ION_IOMMU_HEAP_ID; in allocateMore() local 838 int rc = alloc(count, size, heap_id_mask, NON_SECURE); in allocateMore() 1017 unsigned int heap_id_mask = 0x1 << ION_IOMMU_HEAP_ID; in allocate() local 1018 int rc = alloc(count, size, heap_id_mask, isSecure); in allocate() 1050 unsigned int heap_id_mask = 0x1 << ION_IOMMU_HEAP_ID; in allocateMore() local [all …]
|
/device/huawei/angler/camera/QCamera2/HAL/ |
D | QCameraMem.cpp | 489 alloc.heap_id_mask = heap_id; in allocOneBuffer() 493 alloc.heap_id_mask = ION_HEAP(ION_CP_MM_HEAP_ID); in allocOneBuffer() 787 uint32_t heap_id_mask = 0x1 << ION_IOMMU_HEAP_ID; in allocate() local 789 rc = alloc(count, size, heap_id_mask, SECURE); in allocate() 793 rc = alloc(count, size, heap_id_mask, NON_SECURE); in allocate() 837 unsigned int heap_id_mask = 0x1 << ION_IOMMU_HEAP_ID; in allocateMore() local 838 int rc = alloc(count, size, heap_id_mask, NON_SECURE); in allocateMore() 1019 unsigned int heap_id_mask = 0x1 << ION_IOMMU_HEAP_ID; in allocate() local 1020 int rc = alloc(count, size, heap_id_mask, isSecure); in allocate() 1052 unsigned int heap_id_mask = 0x1 << ION_IOMMU_HEAP_ID; in allocateMore() local [all …]
|
/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/lge/bullhead/camera/QCamera2/HAL3/ |
D | QCamera3Mem.cpp | 318 allocData.heap_id_mask = heap_id; in allocOneBuffer() 522 unsigned int heap_id_mask = 0x1 << ION_IOMMU_HEAP_ID; in allocate() local 535 rc = allocOneBuffer(mMemInfo[i], heap_id_mask, size); in allocate() 581 unsigned int heap_id_mask = 0x1 << ION_IOMMU_HEAP_ID; in allocateOne() local 594 rc = allocOneBuffer(mMemInfo[mBufferCount], heap_id_mask, size); in allocateOne()
|
/device/huawei/angler/camera/QCamera2/HAL3/ |
D | QCamera3Mem.cpp | 318 allocData.heap_id_mask = heap_id; in allocOneBuffer() 522 unsigned int heap_id_mask = 0x1 << ION_IOMMU_HEAP_ID; in allocate() local 535 rc = allocOneBuffer(mMemInfo[i], heap_id_mask, size); in allocate() 581 unsigned int heap_id_mask = 0x1 << ION_IOMMU_HEAP_ID; in allocateOne() local 594 rc = allocOneBuffer(mMemInfo[mBufferCount], heap_id_mask, size); in allocateOne()
|
/device/lge/bullhead/camera/QCamera2/stack/mm-jpeg-interface/src/ |
D | mm_jpeg_ionbuf.c | 57 p_buffer->alloc.heap_id_mask = 0x1 << ION_IOMMU_HEAP_ID; in buffer_allocate()
|
/device/huawei/angler/camera/QCamera2/stack/mm-jpeg-interface/src/ |
D | mm_jpeg_ionbuf.c | 57 p_buffer->alloc.heap_id_mask = 0x1 << ION_IOMMU_HEAP_ID; in buffer_allocate()
|
/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()
|
/device/huawei/angler/camera/QCamera2/stack/mm-camera-test/src/ |
D | mm_qcamera_app.c | 133 alloc.heap_id_mask = ion_type; in mm_app_allocate_ion_memory()
|
/device/lge/bullhead/camera/QCamera2/stack/mm-camera-test/src/ |
D | mm_qcamera_app.c | 133 alloc.heap_id_mask = ion_type; in mm_app_allocate_ion_memory()
|