Searched refs:ion_handle (Results 1 – 12 of 12) sorted by relevance
/device/google/marlin/camera/QCamera2/HAL/ |
D | QCameraMem.cpp | 2137 struct ion_handle_data ion_handle; in allocate() local 2138 memset(&ion_handle, 0, sizeof(ion_handle)); in allocate() 2139 ion_handle.handle = mMemInfo[i].handle; in allocate() 2140 if (ioctl(mMemInfo[i].main_ion_fd, ION_IOC_FREE, &ion_handle) < 0) { in allocate() 2164 struct ion_handle_data ion_handle; in allocate() local 2165 memset(&ion_handle, 0, sizeof(ion_handle)); in allocate() 2166 ion_handle.handle = mMemInfo[i].handle; in allocate() 2167 if (ioctl(mMemInfo[i].main_ion_fd, ION_IOC_FREE, &ion_handle) < 0) { in allocate() 2187 struct ion_handle_data ion_handle; in allocate() local 2188 memset(&ion_handle, 0, sizeof(ion_handle)); in allocate() [all …]
|
/device/google/bonito/sdm710/kernel-headers/media/ |
D | msmb_pproc.h | 143 struct ion_handle * src_ion_handle; 144 struct ion_handle * dest_ion_handle;
|
D | msm_camera.h | 580 struct ion_handle * handle;
|
/device/google/bonito/sdm710/original-kernel-headers/media/ |
D | msmb_pproc.h | 156 struct ion_handle *src_ion_handle; 157 struct ion_handle *dest_ion_handle;
|
D | msm_camera.h | 820 struct ion_handle *handle;
|
/device/google/crosshatch/sdm845/kernel-headers/media/ |
D | msmb_pproc.h | 143 struct ion_handle * src_ion_handle; 144 struct ion_handle * dest_ion_handle;
|
D | msm_camera.h | 580 struct ion_handle * handle;
|
/device/google/crosshatch/sdm845/original-kernel-headers/media/ |
D | msmb_pproc.h | 156 struct ion_handle *src_ion_handle; 157 struct ion_handle *dest_ion_handle;
|
D | msm_camera.h | 820 struct ion_handle *handle;
|
/device/google/marlin/camera/QCamera2/HAL3/ |
D | QCamera3Mem.cpp | 870 struct ion_handle_data ion_handle; in unregisterBufferLocked() local 871 memset(&ion_handle, 0, sizeof(ion_handle)); in unregisterBufferLocked() 872 ion_handle.handle = mMemInfo[idx].handle; in unregisterBufferLocked() 873 if (ioctl(main_ion_fd, ION_IOC_FREE, &ion_handle) < 0) { in unregisterBufferLocked()
|
/device/linaro/hikey/gralloc/ |
D | gralloc_priv.h | 72 typedef struct ion_handle *ion_user_handle_t;
|
/device/google/marlin/camera/usbcamcore/src/ |
D | QualcommUsbCamera.cpp | 1010 struct ion_handle_data ion_handle; in deInitDisplayBuffers() local 1011 memset(&ion_handle, 0, sizeof(ion_handle)); in deInitDisplayBuffers() 1012 ion_handle.handle = camHal->previewMem.mem_info[cnt].handle; in deInitDisplayBuffers() 1014 ION_IOC_FREE, &ion_handle) < 0) { in deInitDisplayBuffers()
|