OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:ion_client_create
(Results
1 - 11
of
11
) sorted by null
/hardware/samsung_slsi/exynos5/include/
ion.h
66
* 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/
libion.cpp
67
ion_client
ion_client_create
(void)
function
/hardware/qcom/msm8960/original-kernel-headers/linux/
ion.h
142
*
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
/external/kernel-headers/original/linux/
ion.h
115
*
ion_client_create
() - allocate a client and returns it
120
struct ion_client *
ion_client_create
(struct ion_device *dev,
/hardware/samsung_slsi/exynos5/exynos_omx/openmax/exynos_omx/osal/
Exynos_OSAL_SharedMemory.c
75
IONClient = (OMX_HANDLETYPE)
ion_client_create
();
77
Exynos_OSAL_Log(EXYNOS_LOG_ERROR, "
ion_client_create
Error: %d", IONClient);
/hardware/qcom/msm8x74/original-kernel-headers/linux/
msm_ion.h
195
* heap_mask and name are the same as
ion_client_create
, return values
196
* are the same as
ion_client_create
.
/hardware/samsung_slsi/exynos5/libcamera/
ExynosJpegEncoderForCamera.cpp
209
m_ionJpegClient =
ion_client_create
();
885
m_ionJpegClient =
ion_client_create
();
[
all
...]
ExynosCameraHWInterface.cpp
133
m_ion_client =
ion_client_create
();
[
all
...]
/hardware/samsung_slsi/exynos5/libcamera2/
ExynosJpegEncoderForCamera.cpp
923
ionClient =
ion_client_create
();
ExynosCameraHWInterface2.cpp
994
ALOGE("ERR(%s):Fail on
ion_client_create
", __FUNCTION__);
[
all
...]
/hardware/samsung_slsi/exynos5/exynos_omx/codecs/exynos_codecs/video/exynos5/mfc_v4l2/dec/src/
ExynosVideoDecoder.c
167
pCtx->hIONHandle = (void*)
ion_client_create
();
[
all
...]
Completed in 872 milliseconds