Home
last modified time | relevance | path

Searched refs:allocate_ion_memory (Results 1 – 14 of 14) sorted by relevance

/device/lge/mako/camera/QCamera/HAL/core/inc/
DQCameraHWI.h475 int allocate_ion_memory(QCameraHalHeap_t *p_camera_memory, int cnt,
479 int allocate_ion_memory(QCameraStatHeap_t *p_camera_memory, int cnt,
/device/moto/shamu/camera/QCamera/HAL2/core/inc/
DQCameraHWI.h489 int allocate_ion_memory(QCameraHalHeap_t *p_camera_memory, int cnt,
493 int allocate_ion_memory(QCameraStatHeap_t *p_camera_memory, int cnt,
/device/lge/mako/camera/
DQCameraHWI.h481 int allocate_ion_memory(QCameraHalHeap_t *p_camera_memory, int cnt,
485 int allocate_ion_memory(QCameraStatHeap_t *p_camera_memory, int cnt,
DQCameraHWI.cpp2336 int QCameraHardwareInterface::allocate_ion_memory(QCameraHalHeap_t *p_camera_memory, int cnt, int i… in allocate_ion_memory() function in android::QCameraHardwareInterface
2393 int QCameraHardwareInterface::allocate_ion_memory(QCameraStatHeap_t *p_camera_memory, int cnt, int … in allocate_ion_memory() function in android::QCameraHardwareInterface
2526 rc = allocate_ion_memory(heap, i, ((0x1 << CAMERA_ZSL_ION_HEAP_ID) | in initHeapMem()
2529 rc = allocate_ion_memory(heap, i, ((0x1 << CAMERA_ION_HEAP_ID) | in initHeapMem()
DQCameraHWI_Record.cpp441 if(mHalCamCtrl->allocate_ion_memory(&mHalCamCtrl->mRecordingMemory, cnt, in initEncodeBuffers()
DQualcommCameraHardware.h154 int allocate_ion_memory(int *main_ion_fd, struct ion_allocation_data* alloc,
DQualcommCameraHardware.cpp3657 int QualcommCameraHardware::allocate_ion_memory(int *main_ion_fd, struct ion_allocation_data* alloc, in allocate_ion_memory() function in android::QualcommCameraHardware
4288 if (allocate_ion_memory(&raw_main_ion_fd[cnt], &raw_alloc[cnt], &raw_ion_info_fd[cnt], in createSnapshotMemory()
4391 … if (allocate_ion_memory(&raw_snapshot_main_ion_fd, &raw_snapshot_alloc, &raw_snapshot_ion_info_fd, in createSnapshotMemory()
6953 if (allocate_ion_memory(&record_main_ion_fd[cnt], &record_alloc[cnt], &record_ion_info_fd[cnt],
DQCameraHWI_Parm.cpp3837 if(allocate_ion_memory(&mHistServer, cnt, ION_IOMMU_HEAP_ID) < 0) { in setHistogram()
/device/moto/shamu/camera/QCamera/HAL/usbcamcore/src/
DQualcommUsbCamera.cpp122 static int allocate_ion_memory(QCameraHalMemInfo_t *mem_info, int ion_type);
2554 rc = allocate_ion_memory(mem_info, in takePictureThread()
2668 static int allocate_ion_memory(QCameraHalMemInfo_t *mem_info, int ion_type) in allocate_ion_memory() function
2818 rc = allocate_ion_memory(&jpegInMemInfo, in encodeJpeg()
/device/lge/mako/camera/QCamera/HAL/core/src/
DQCameraHWI.cpp2159 int QCameraHardwareInterface::allocate_ion_memory(QCameraHalHeap_t *p_camera_memory, int cnt, int i… in allocate_ion_memory() function in android::QCameraHardwareInterface
2217 int QCameraHardwareInterface::allocate_ion_memory(QCameraStatHeap_t *p_camera_memory, int cnt, int … in allocate_ion_memory() function in android::QCameraHardwareInterface
2347 rc = allocate_ion_memory(heap, i, ((0x1 << CAMERA_ZSL_ION_HEAP_ID) | in initHeapMem()
2350 rc = allocate_ion_memory(heap, i, ((0x1 << CAMERA_ION_HEAP_ID) | in initHeapMem()
DQCameraHWI_Record.cpp442 if(mHalCamCtrl->allocate_ion_memory(&mHalCamCtrl->mRecordingMemory, cnt, in initEncodeBuffers()
DQCameraHWI_Parm.cpp3675 if(allocate_ion_memory(&mHistServer, cnt, ION_CP_MM_HEAP_ID) < 0) { in setHistogram()
/device/moto/shamu/camera/QCamera/HAL/core/inc/
DQCameraHWI.h550 int allocate_ion_memory(QCameraHalMemInfo_t * mem_info, int ion_type);
/device/moto/shamu/camera/QCamera/HAL/core/src/
DQCameraHWI.cpp2851 int QCameraHardwareInterface::allocate_ion_memory(QCameraHalMemInfo_t *mem_info, int ion_type) in allocate_ion_memory() function in android::QCameraHardwareInterface
2947 rc = allocate_ion_memory(&heap->mem_info[i], in initHeapMem()
2951 rc = allocate_ion_memory(&heap->mem_info[i], in initHeapMem()
3162 if(allocate_ion_memory(&mHistServer.mem_info[cnt], flag) < 0) { in initHistogramBuffers()