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

  /hardware/ti/omap4xxx/ion/
ion.h 31 int ion_map(int fd, struct ion_handle *handle, size_t length, int prot,
ion.c 107 int ion_map(int fd, struct ion_handle *handle, size_t length, int prot, function
  /hardware/samsung_slsi/exynos5/include/
ion.h 75 * of the buffer with ion_map().
123 /* ion_map() - Obtains a virtual address of the buffer identied by @buffer
139 void *ion_map(ion_buffer buffer, size_t len, off_t offset);
141 /* ion_unmap() - Frees the buffer mapped by ion_map()
142 * @addr: The address returned by ion_map().
143 * @len: The size of the buffer mapped by ion_map().
  /system/core/include/ion/
ion.h 36 int ion_map(int fd, struct ion_handle *handle, size_t length, int prot,
  /hardware/samsung_slsi/exynos5/libion_exynos/
libion.cpp 111 void *ion_map(ion_buffer buffer, size_t len, off_t offset) function
  /hardware/ti/omap4xxx/camera/
MemoryManager.cpp 93 if ((ret = ion_map(mIonFd, handle, bytes, PROT_READ | PROT_WRITE, MAP_SHARED, 0,
  /system/core/libion/
ion.c 83 int ion_map(int fd, struct ion_handle *handle, size_t length, int prot, function
ion_test.c 68 ret = ion_map(fd, handle, len, prot, map_flags, 0, &ptr, &map_fd);
95 ret = ion_map(fd, handle, len, prot, flags, 0, &ptr, &map_fd);
  /hardware/samsung_slsi/exynos5/exynos_omx/openmax/exynos_omx/osal/
Exynos_OSAL_SharedMemory.c 184 pBuffer = ion_map(IONBuffer, size, 0);
186 Exynos_OSAL_Log(EXYNOS_LOG_ERROR, "ion_map Error");
299 pBuffer = ion_map(IONBuffer, size, 0);
301 Exynos_OSAL_Log(EXYNOS_LOG_ERROR, "ion_map Error");
  /hardware/ti/omap4xxx/domx/omx_proxy_component/omx_camera/src/
omx_proxy_camera.c 461 if (ion_map(ion_fd, DCC_Buff, dccbuf_size, PROT_READ | PROT_WRITE, MAP_SHARED, 0,
  /hardware/samsung_slsi/exynos5/libcamera/
ExynosJpegEncoderForCamera.cpp     [all...]
  /hardware/samsung_slsi/exynos5/libcamera2/
ExynosJpegEncoderForCamera.cpp 969 pstMem->pcBuf[i] = (char *)ion_map(pstMem->ionBuffer[i], \
ExynosCameraHWInterface2.cpp     [all...]
  /hardware/ti/omap4xxx/domx/domx/omx_proxy_common/src/
omx_proxy_common.c 817 if (ion_map(pCompPrv->ion_fd, handle, nSize, PROT_READ | PROT_WRITE, MAP_SHARED, 0,
    [all...]

Completed in 264 milliseconds