Home
last modified time | relevance | path

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

/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/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/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()