Searched refs:handle (Results 1 - 25 of 259) sorted by relevance

1234567891011

/hardware/samsung_slsi/exynos5/include/
H A Dexynos_rotator.h44 * Create librotator handle
49 * librotator handle
54 * Destroy librotator handle
58 * \param handle
59 * librotator handle[in]
62 void *handle);
69 * \param handle
70 * librotator handle[in]
100 void *handle,
115 * \param handle
[all...]
H A Dexynos_gscaler.h86 * Create libgscaler handle.
92 * libgscaler handle
98 * Create exclusive libgscaler handle.
112 * libgscaler handle
121 * Destroy libgscaler handle
125 * \param handle
126 * libgscaler handle[in]
129 void *handle);
136 * \param handle
137 * libgscaler handle[i
[all...]
/hardware/samsung_slsi/exynos5/exynos_omx/openmax/exynos_omx/osal/
H A DExynos_OSAL_Library.h38 void *Exynos_OSAL_dlsym(void *handle, const char *symbol);
39 int Exynos_OSAL_dlclose(void *handle);
H A DExynos_OSAL_Library.c41 void *Exynos_OSAL_dlsym(void *handle, const char *symbol) argument
43 return dlsym(handle, symbol);
46 int Exynos_OSAL_dlclose(void *handle) argument
48 return dlclose(handle);
H A DExynos_OSAL_SharedMemory.h45 void Exynos_OSAL_SharedMemory_Close(OMX_HANDLETYPE handle);
46 OMX_PTR Exynos_OSAL_SharedMemory_Alloc(OMX_HANDLETYPE handle, OMX_U32 size, MEMORY_TYPE memoryType);
47 void Exynos_OSAL_SharedMemory_Free(OMX_HANDLETYPE handle, OMX_PTR pBuffer);
48 int Exynos_OSAL_SharedMemory_VirtToION(OMX_HANDLETYPE handle, OMX_PTR pBuffer);
49 OMX_PTR Exynos_OSAL_SharedMemory_IONToVirt(OMX_HANDLETYPE handle, int ion_addr);
/hardware/ti/omap4xxx/camera/inc/
H A DVideoMetadata.h27 void* handle; member in struct:__anon2186
/hardware/ti/omap4xxx/ion/
H A Dion.h27 struct ion_handle **handle);
29 struct ion_handle **handle, size_t *stride);
30 int ion_free(int fd, struct ion_handle *handle);
31 int ion_map(int fd, struct ion_handle *handle, size_t length, int prot,
33 int ion_share(int fd, struct ion_handle *handle, int *share_fd);
34 int ion_import(int fd, int share_fd, struct ion_handle **handle);
H A Dion.c59 struct ion_handle **handle)
71 *handle = data.handle;
76 struct ion_handle **handle, size_t *stride)
95 *handle = alloc_data.handle;
99 int ion_free(int fd, struct ion_handle *handle) argument
102 .handle = handle,
107 int ion_map(int fd, struct ion_handle *handle, size_ argument
58 ion_alloc(int fd, size_t len, size_t align, unsigned int flags, struct ion_handle **handle) argument
75 ion_alloc_tiler(int fd, size_t w, size_t h, int fmt, unsigned int flags, struct ion_handle **handle, size_t *stride) argument
129 ion_share(int fd, struct ion_handle *handle, int *share_fd) argument
146 ion_import(int fd, int share_fd, struct ion_handle **handle) argument
[all...]
/hardware/samsung_slsi/exynos5/libexynosutils/
H A DExynosMutex.cpp200 void *handle)
202 if (handle == NULL) {
203 ALOGE("%s::handle is null", __func__);
207 if (((ExynosMutex *)handle)->getCreatedStatus() == true)
208 ((ExynosMutex *)handle)->destroy();
210 delete (ExynosMutex *)handle;
216 void *handle)
218 if (handle == NULL) {
219 ALOGE("%s::handle is null", __func__);
223 return ((ExynosMutex *)handle)
199 exynos_mutex_destroy( void *handle) argument
215 exynos_mutex_lock( void *handle) argument
227 exynos_mutex_unlock( void *handle) argument
239 exynos_mutex_trylock( void *handle) argument
251 exynos_mutex_get_type( void *handle) argument
262 exynos_mutex_get_created_status( void *handle) argument
[all...]
H A DExynosMutex.h118 void *handle);
121 void *handle);
124 void *handle);
127 void *handle);
130 void *handle);
133 void *handle);
/hardware/samsung_slsi/exynos5/libcsc/
H A Dcsc.h125 * Init CSC handle
128 * csc handle
134 * Deinit CSC handle
136 * @param handle
137 * CSC handle[in]
143 void *handle);
148 * @param handle
149 * CSC handle[in]
158 void *handle,
164 * @param handle
[all...]
H A Dcsc.c114 CSC_HANDLE *handle)
118 switch (handle->dst_format.color_format) {
121 (unsigned char *)handle->dst_buffer.planes[CSC_Y_PLANE],
122 (unsigned char *)handle->dst_buffer.planes[CSC_U_PLANE],
123 (unsigned char *)handle->dst_buffer.planes[CSC_V_PLANE],
124 (unsigned char *)handle->src_buffer.planes[CSC_RGB_PLANE],
125 handle->src_format.width,
126 handle->src_format.height);
131 (unsigned char *)handle->dst_buffer.planes[CSC_Y_PLANE],
132 (unsigned char *)handle
113 conv_sw_src_argb888( CSC_HANDLE *handle) argument
147 conv_sw_src_nv12t( CSC_HANDLE *handle) argument
189 conv_sw_src_yuv420p( CSC_HANDLE *handle) argument
227 conv_sw_src_yuv420sp( CSC_HANDLE *handle) argument
261 conv_sw( CSC_HANDLE *handle) argument
287 conv_hw( CSC_HANDLE *handle) argument
357 csc_init_hw( void *handle) argument
418 csc_set_format( void *handle) argument
505 csc_set_buffer( void *handle) argument
566 csc_deinit( void *handle) argument
608 csc_get_method( void *handle, CSC_METHOD *method) argument
624 csc_set_method( void *handle, CSC_METHOD method) argument
640 csc_set_hw_property( void *handle, CSC_HW_PROPERTY_TYPE property, int value) argument
676 csc_get_src_format( void *handle, unsigned int *width, unsigned int *height, unsigned int *crop_left, unsigned int *crop_top, unsigned int *crop_width, unsigned int *crop_height, unsigned int *color_format, unsigned int *cacheable) argument
706 csc_set_src_format( void *handle, unsigned int width, unsigned int height, unsigned int crop_left, unsigned int crop_top, unsigned int crop_width, unsigned int crop_height, unsigned int color_format, unsigned int cacheable) argument
736 csc_get_dst_format( void *handle, unsigned int *width, unsigned int *height, unsigned int *crop_left, unsigned int *crop_top, unsigned int *crop_width, unsigned int *crop_height, unsigned int *color_format, unsigned int *cacheable) argument
766 csc_set_dst_format( void *handle, unsigned int width, unsigned int height, unsigned int crop_left, unsigned int crop_top, unsigned int crop_width, unsigned int crop_height, unsigned int color_format, unsigned int cacheable) argument
796 csc_set_src_buffer( void *handle, void *addr[3]) argument
814 csc_set_dst_buffer( void *handle, void *addr[3]) argument
832 csc_convert( void *handle) argument
[all...]
/hardware/qcom/keymaster/
H A DQSEEComAPI.h71 * @brief Open a handle to the QSEECom device.
89 * @param[in/out] handle The device handle
99 * @brief Close the application associated with the handle.
103 * the "handle" is tied.
106 * @param[in] handle The device handle
110 int QSEECom_shutdown_app(struct QSEECom_handle **handle);
113 * @brief Open a handle to the QSEECom device.
121 * @param[in/out] handle Th
[all...]
/hardware/qcom/audio/legacy/alsa_sound/
H A Dalsa_default.cpp197 static void switchDevice(alsa_handle_t *handle, uint32_t devices, uint32_t mode);
199 static void disableDevice(alsa_handle_t *handle);
216 int deviceName(alsa_handle_t *handle, unsigned flags, char **value) argument
226 strlcat(ident, handle->useCase, sizeof(ident));
227 ret = snd_use_case_get(handle->ucMgr, ident, (const char **)value);
262 status_t setHardwareParams(alsa_handle_t *handle) argument
267 unsigned int requestedRate = handle->sampleRate;
269 int channels = handle->channels;
278 reqBuffSize = handle->bufferSize;
280 (int) reqBuffSize, handle
344 setSoftwareParams(alsa_handle_t *handle) argument
392 switchDevice(alsa_handle_t *handle, uint32_t devices, uint32_t mode) argument
629 s_open(alsa_handle_t *handle) argument
730 s_start_voip_call(alsa_handle_t *handle) argument
829 s_start_voice_call(alsa_handle_t *handle) argument
949 s_start_fm(alsa_handle_t *handle) argument
1075 s_start(alsa_handle_t *handle) argument
1089 s_close(alsa_handle_t *handle) argument
1147 s_standby(alsa_handle_t *handle) argument
1182 s_route(alsa_handle_t *handle, uint32_t devices, int mode) argument
1272 disableDevice(alsa_handle_t *handle) argument
1789 s_set_csd_handle(void* handle) argument
[all...]
/hardware/libhardware/modules/gralloc/
H A Dmapper.cpp47 buffer_handle_t handle,
50 private_handle_t* hnd = (private_handle_t*)handle;
68 buffer_handle_t handle)
70 private_handle_t* hnd = (private_handle_t*)handle;
90 buffer_handle_t handle)
92 if (private_handle_t::validate(handle) < 0)
97 // If a buffer handle is passed from the process that allocated it to a
110 // allocations happen in its process. After returning the buffer handle to
111 // the IGraphicBufferAlloc client, SurfaceFlinger free's its handle to the
114 // buffer belongs to, it will get a new handle t
46 gralloc_map(gralloc_module_t const* module, buffer_handle_t handle, void** vaddr) argument
67 gralloc_unmap(gralloc_module_t const* module, buffer_handle_t handle) argument
89 gralloc_register_buffer(gralloc_module_t const* module, buffer_handle_t handle) argument
139 gralloc_unregister_buffer(gralloc_module_t const* module, buffer_handle_t handle) argument
170 gralloc_lock(gralloc_module_t const* module, buffer_handle_t handle, int usage, int l, int t, int w, int h, void** vaddr) argument
191 gralloc_unlock(gralloc_module_t const* module, buffer_handle_t handle) argument
[all...]
/hardware/samsung_slsi/exynos5/mobicore/daemon/Common/
H A DCWsm.h46 uint32_t handle; member in class:CWsm
51 uint32_t handle,
56 handle(handle),
49 CWsm(addr_t virtAddr, uint32_t len, uint32_t handle, addr_t physAddr = NULL) argument
/hardware/ti/omap3/omx/system/src/openmax_il/perf/inc/
H A Dperf_obj.h58 #define get_Private(handle) \
59 ((PERF_Private *) ( (handle)->pComponentPrivate ))
89 * Pointer to a handle to the PERF object, which will be
100 /* check if handle is defined */
101 #define PERF_check(handle, exp) ((handle) ? (exp),1 : 0)
/hardware/akm/AK8975_FS/libsensors/
H A DAkmSensor.h47 virtual int setDelay(int32_t handle, int64_t ns);
48 virtual int setEnable(int32_t handle, int enabled);
49 virtual int64_t getDelay(int32_t handle);
50 virtual int getEnable(int32_t handle);
62 int handle2id(int32_t handle);
H A DAdxlSensor.h49 virtual int setDelay(int32_t handle, int64_t ns);
50 virtual int setEnable(int32_t handle, int enabled);
51 virtual int64_t getDelay(int32_t handle);
52 virtual int getEnable(int32_t handle);
H A DKionixSensor.h49 virtual int setDelay(int32_t handle, int64_t ns);
50 virtual int setEnable(int32_t handle, int enabled);
51 virtual int64_t getDelay(int32_t handle);
52 virtual int getEnable(int32_t handle);
H A DSensorBase.h63 virtual int setDelay(int32_t handle, int64_t ns);
64 virtual int64_t getDelay(int32_t handle);
67 virtual int setEnable(int32_t handle, int enabled) = 0;
69 virtual int getEnable(int32_t handle) = 0;
/hardware/samsung_slsi/exynos5/libion_exynos/
H A Dlibion.cpp30 ion_handle handle; member in struct:ion_allocation_data
34 ion_handle handle; member in struct:ion_fd_data
39 ion_handle handle; member in struct:ion_handle_data
94 arg_share.handle = arg_alloc.handle;
97 arg_free.handle = arg_alloc.handle;
131 int ion_incRef(int fd, int share_fd, unsigned long **handle) argument
140 *handle = (unsigned long*)(data.handle);
144 ion_decRef(int fd, unsigned long *handle) argument
[all...]
/hardware/ti/omap3/omx/system/src/openmax_il/omx_core/inc/
H A DOMX_Debug.h60 #define OMX_DENTER(handle) OMX_TPRINT((handle), "+++ENTERING")
61 #define OMX_DEXIT(handle,retVal) OMX_TPRINT((handle), "---EXITING(0x%x)", (retVal))
63 #define OMX_DBG_INT(handle, intVar) OMX_DPRINT(OMX_MASK_DEBUG | (handle), #intVar ": %d", (intVar))
64 #define OMX_DBG_PTR(handle, ptrVar) OMX_DPRINT(OMX_MASK_DEBUG | (handle), #ptrVar ": 0x%08x", (ptrVar))
65 #define OMX_DBG_STR(handle, strVar) OMX_DPRINT(OMX_MASK_DEBUG | (handle), #strVa
[all...]
/hardware/ti/omap4xxx/domx/omx_core/inc/
H A DOMX_Debug.h85 #define OMX_DENTER(handle) OMX_TPRINT((handle), "+++ENTERING")
86 #define OMX_DEXIT(handle,retVal) OMX_TPRINT((handle), "---EXITING(0x%x)", (retVal))
88 #define OMX_DBG_INT(handle, intVar) OMX_DPRINT(OMX_MASK_DEBUG | (handle), #intVar ": %d", (intVar))
89 #define OMX_DBG_PTR(handle, ptrVar) OMX_DPRINT(OMX_MASK_DEBUG | (handle), #ptrVar ": 0x%08x", (ptrVar))
90 #define OMX_DBG_STR(handle, strVar) OMX_DPRINT(OMX_MASK_DEBUG | (handle), #strVa
[all...]
/hardware/samsung_slsi/exynos5/mobicore/daemon/Daemon/Device/
H A DTrustletSession.cpp91 if (buffers.find(pWsm->handle) != buffers.end()) {
95 buffers[pWsm->handle] = pWsm;
100 bool TrustletSession::removeBulkBuff(uint32_t handle) argument
102 if (buffers.find(handle) == buffers.end()) {
105 CWsm_ptr pWsm = buffers[handle];
107 buffers.erase(handle);
120 buffers.erase(pWsm->handle);

Completed in 1117 milliseconds

1234567891011