Searched defs:ion_handle (Results 1 - 3 of 3) sorted by relevance

/hardware/qcom/camera/QCamera2/HAL3/
H A DQCamera3Mem.cpp626 struct ion_handle_data ion_handle; local
627 memset(&ion_handle, 0, sizeof(ion_handle));
628 ion_handle.handle = mMemInfo[i].handle;
629 if (ioctl(mMemInfo[i].main_ion_fd, ION_IOC_FREE, &ion_handle) < 0) {
645 struct ion_handle_data ion_handle; local
646 memset(&ion_handle, 0, sizeof(ion_handle));
647 ion_handle.handle = mMemInfo[i].handle;
648 if (ioctl(mMemInfo[i].main_ion_fd, ION_IOC_FREE, &ion_handle) <
708 struct ion_handle_data ion_handle; local
[all...]
/hardware/samsung_slsi/exynos5/libion_exynos/
H A Dlibion.cpp23 typedef unsigned long ion_handle; typedef
30 ion_handle handle;
34 ion_handle handle;
39 ion_handle handle;
147 data.handle = (ion_handle)handle;
/hardware/qcom/camera/QCamera2/HAL/
H A DQCameraMem.cpp1113 struct ion_handle_data ion_handle; local
1114 memset(&ion_handle, 0, sizeof(ion_handle));
1115 ion_handle.handle = mMemInfo[i].handle;
1116 if (ioctl(mMemInfo[i].main_ion_fd, ION_IOC_FREE, &ion_handle) < 0) {
1136 struct ion_handle_data ion_handle; local
1137 memset(&ion_handle, 0, sizeof(ion_handle));
1138 ion_handle.handle = mMemInfo[i].handle;
1139 if (ioctl(mMemInfo[i].main_ion_fd, ION_IOC_FREE, &ion_handle) <
1200 struct ion_handle_data ion_handle; local
[all...]

Completed in 1387 milliseconds