Searched refs:ion_client_create (Results 1 - 9 of 9) sorted by relevance

/hardware/samsung_slsi/exynos5/include/
H A Dion.h66 * by ion_client_create().
85 /* ion_client_create()
89 * A call to ion_client_create() must be paired with ion_client_destroy(),
91 * is returned by ion_client_create().
93 ion_client ion_client_create(void);
101 * @client: A valid ion_client value returned by ion_client_create().
150 * @client: A valid ion_client value returned by ion_client_create().
/hardware/samsung_slsi/exynos5/libion_exynos/
H A Dlibion.cpp67 ion_client ion_client_create(void) function
/hardware/qcom/msm8960/original-kernel-headers/linux/
H A Dion.h142 * ion_client_create() - allocate a client and returns it
147 struct ion_client *ion_client_create(struct ion_device *dev,
154 * heap_mask and name are the same as ion_client_create, return values
155 * are the same as ion_client_create.
389 static inline struct ion_client *ion_client_create(struct ion_device *dev, function
/hardware/samsung_slsi/exynos5/exynos_omx/openmax/exynos_omx/osal/
H A DExynos_OSAL_SharedMemory.c75 IONClient = (OMX_HANDLETYPE)ion_client_create();
77 Exynos_OSAL_Log(EXYNOS_LOG_ERROR, "ion_client_create Error: %d", IONClient);
/hardware/samsung_slsi/exynos5/libcamera/
H A DExynosJpegEncoderForCamera.cpp209 m_ionJpegClient = ion_client_create();
885 m_ionJpegClient = ion_client_create();
H A DExynosCameraHWInterface.cpp133 m_ion_client = ion_client_create();
/hardware/samsung_slsi/exynos5/libcamera2/
H A DExynosJpegEncoderForCamera.cpp923 ionClient = ion_client_create();
H A DExynosCameraHWInterface2.cpp994 ALOGE("ERR(%s):Fail on ion_client_create", __FUNCTION__);
6055 ionClient = ion_client_create();
/hardware/samsung_slsi/exynos5/exynos_omx/codecs/exynos_codecs/video/exynos5/mfc_v4l2/dec/src/
H A DExynosVideoDecoder.c167 pCtx->hIONHandle = (void*)ion_client_create();

Completed in 284 milliseconds