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

  /device/asus/flo/camera/QCamera2/stack/mm-jpeg-interface/test/
mm_jpeg_ionbuf.h 48 int ion_fd; member in struct:__anon1820
  /hardware/qcom/camera/QCamera2/stack/mm-jpeg-interface/test/
mm_jpeg_ionbuf.h 48 int ion_fd; member in struct:__anon33250
  /device/lge/mako/camera/QCamera/HAL/core/src/
QCameraHWI_Record.cpp 348 int ion_fd; local
349 ion_fd = frame->video.video.frame->ion_dev_fd;
355 if (mHalCamCtrl->cache_ops(ion_fd, &cache_inv_data, ION_IOC_CLEAN_CACHES) < 0)
QCameraHWI_Preview.cpp 876 int ion_fd; local
1106 int ion_fd; local
    [all...]
QCameraHWI_Still.cpp 1655 int ion_fd; local
    [all...]
  /device/lge/mako/camera/
QCameraHWI_Record.cpp 347 int ion_fd; local
348 ion_fd = frame->video.video.frame->ion_dev_fd;
354 if (mHalCamCtrl->cache_ops(ion_fd, &cache_inv_data, ION_IOC_CLEAN_CACHES) < 0)
QCameraHWI_Preview.cpp 936 int ion_fd; local
1176 int ion_fd; local
    [all...]
QCameraHWI.cpp 2443 int ion_fd; local
    [all...]
QCameraHWI_Still.cpp 1836 int ion_fd; local
    [all...]
  /device/lge/mako/camera/mm-camera-interface/
mm_camera_channel.c 401 int ion_fd; local
471 ion_fd = cache_frame->ion_dev_fd;
472 if(ion_fd > 0) {
473 if(ioctl(ion_fd, ION_IOC_CUSTOM, &custom_data) < 0)
478 ion_fd = cache_frame1->ion_dev_fd;
485 if(ioctl(ion_fd, ION_IOC_CUSTOM, &custom_data) < 0)
  /hardware/qcom/keymaster/
keymaster_qcom.cpp 55 int32_t ion_fd; member in struct:qcom_km_ion_info_t
199 int32_t ion_fd; local
211 ion_fd = open("/dev/ion", O_RDONLY | O_DSYNC);
212 if (ion_fd < 0) {
232 rc = ioctl(ion_fd, ION_IOC_ALLOC, &ion_alloc_data);
245 rc = ioctl(ion_fd, ION_IOC_MAP, &ifd_data);
260 handle->ion_fd = ion_fd;
278 iret = ioctl(ion_fd, ION_IOC_FREE, &handle_data);
284 if (ion_fd > 0
    [all...]
  /hardware/ti/omap4xxx/domx/domx/
omx_proxy_common.h 206 int ion_fd; member in struct:PROXY_COMPONENT_PRIVATE
  /hardware/ti/omap4xxx/domx/omx_proxy_component/omx_camera/src/
omx_proxy_camera.c 123 int ion_fd; variable
450 ion_fd = ion_open();
451 if(ion_fd == 0)
457 ret = ion_alloc(ion_fd, dccbuf_size, 0x1000, 1 << ION_HEAP_TYPE_CARVEOUT, &DCC_Buff);
461 if (ion_map(ion_fd, DCC_Buff, dccbuf_size, PROT_READ | PROT_WRITE, MAP_SHARED, 0,
646 ion_free(ion_fd, DCC_Buff);
647 ion_close(ion_fd);
  /device/lge/mako/camera/QCamera/stack/mm-camera-interface/src/
mm_camera_channel.c 1055 int ion_fd; local
    [all...]

Completed in 190 milliseconds