Home
last modified time | relevance | path

Searched refs:ion_handle (Results 1 – 8 of 8) 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/lge/bullhead/camera/QCamera2/HAL/
DQCameraMem.cpp1700 struct ion_handle_data ion_handle; in allocate() local
1701 memset(&ion_handle, 0, sizeof(ion_handle)); in allocate()
1702 ion_handle.handle = mMemInfo[i].handle; in allocate()
1703 if (ioctl(mMemInfo[i].main_ion_fd, ION_IOC_FREE, &ion_handle) < 0) { in allocate()
1723 struct ion_handle_data ion_handle; in allocate() local
1724 memset(&ion_handle, 0, sizeof(ion_handle)); in allocate()
1725 ion_handle.handle = mMemInfo[i].handle; in allocate()
1726 if (ioctl(mMemInfo[i].main_ion_fd, ION_IOC_FREE, &ion_handle) < 0) { in allocate()
1807 struct ion_handle_data ion_handle; in deallocate() local
1808 memset(&ion_handle, 0, sizeof(ion_handle)); in deallocate()
[all …]
/device/huawei/angler/camera/QCamera2/HAL/
DQCameraMem.cpp1704 struct ion_handle_data ion_handle; in allocate() local
1705 memset(&ion_handle, 0, sizeof(ion_handle)); in allocate()
1706 ion_handle.handle = mMemInfo[i].handle; in allocate()
1707 if (ioctl(mMemInfo[i].main_ion_fd, ION_IOC_FREE, &ion_handle) < 0) { in allocate()
1727 struct ion_handle_data ion_handle; in allocate() local
1728 memset(&ion_handle, 0, sizeof(ion_handle)); in allocate()
1729 ion_handle.handle = mMemInfo[i].handle; in allocate()
1730 if (ioctl(mMemInfo[i].main_ion_fd, ION_IOC_FREE, &ion_handle) < 0) { in allocate()
1811 struct ion_handle_data ion_handle; in deallocate() local
1812 memset(&ion_handle, 0, sizeof(ion_handle)); in deallocate()
[all …]
/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/lge/bullhead/camera/QCamera2/HAL3/
DQCamera3Mem.cpp834 struct ion_handle_data ion_handle; in unregisterBufferLocked() local
835 memset(&ion_handle, 0, sizeof(ion_handle)); in unregisterBufferLocked()
836 ion_handle.handle = mMemInfo[idx].handle; in unregisterBufferLocked()
837 if (ioctl(mMemInfo[idx].main_ion_fd, ION_IOC_FREE, &ion_handle) < 0) { in unregisterBufferLocked()
/device/huawei/angler/camera/QCamera2/HAL3/
DQCamera3Mem.cpp834 struct ion_handle_data ion_handle; in unregisterBufferLocked() local
835 memset(&ion_handle, 0, sizeof(ion_handle)); in unregisterBufferLocked()
836 ion_handle.handle = mMemInfo[idx].handle; in unregisterBufferLocked()
837 if (ioctl(mMemInfo[idx].main_ion_fd, ION_IOC_FREE, &ion_handle) < 0) { in unregisterBufferLocked()
/device/linaro/hikey/gralloc/
Dgralloc_priv.h70 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()