Home
last modified time | relevance | path

Searched refs:ion_handle (Results 1 – 12 of 12) sorted by relevance

/device/google/marlin/camera/QCamera2/HAL/
DQCameraMem.cpp2137 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/
Dmsmb_pproc.h143 struct ion_handle * src_ion_handle;
144 struct ion_handle * dest_ion_handle;
Dmsm_camera.h580 struct ion_handle * handle;
/device/google/bonito/sdm710/original-kernel-headers/media/
Dmsmb_pproc.h156 struct ion_handle *src_ion_handle;
157 struct ion_handle *dest_ion_handle;
Dmsm_camera.h820 struct ion_handle *handle;
/device/google/crosshatch/sdm845/kernel-headers/media/
Dmsmb_pproc.h143 struct ion_handle * src_ion_handle;
144 struct ion_handle * dest_ion_handle;
Dmsm_camera.h580 struct ion_handle * handle;
/device/google/crosshatch/sdm845/original-kernel-headers/media/
Dmsmb_pproc.h156 struct ion_handle *src_ion_handle;
157 struct ion_handle *dest_ion_handle;
Dmsm_camera.h820 struct ion_handle *handle;
/device/google/marlin/camera/QCamera2/HAL3/
DQCamera3Mem.cpp870 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/
Dgralloc_priv.h72 typedef struct ion_handle *ion_user_handle_t;
/device/google/marlin/camera/usbcamcore/src/
DQualcommUsbCamera.cpp1010 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()