HomeSort by relevance Sort by last modified time
    Searched defs:ion_handle (Results 1 - 3 of 3) sorted by null

  /hardware/samsung_slsi/exynos5/libion_exynos/
libion.cpp 23 typedef unsigned long ion_handle; typedef
30 ion_handle handle;
34 ion_handle handle;
39 ion_handle handle;
  /device/lge/mako/camera/QCamera/HAL/core/src/
QCameraHWI_Preview.cpp 263 struct ion_handle_data ion_handle; local
264 ion_handle.handle = mHalCamCtrl->mPreviewMemory.ion_info_fd[cnt].handle;
265 if (ioctl(mHalCamCtrl->mPreviewMemory.main_ion_fd[cnt], ION_IOC_FREE, &ion_handle)
    [all...]
  /device/lge/mako/camera/
QCameraHWI_Preview.cpp 277 struct ion_handle_data ion_handle; local
278 ion_handle.handle = mHalCamCtrl->mPreviewMemory.ion_info_fd[cnt].handle;
279 if (ioctl(mHalCamCtrl->mPreviewMemory.main_ion_fd[cnt], ION_IOC_FREE, &ion_handle)
    [all...]

Completed in 123 milliseconds