Searched refs:handle (Results 1 - 25 of 501) 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/omap4-aah/camera/inc/
H A DVideoMetadata.h27 void* handle; member in struct:__anon3420
/hardware/ti/omap4xxx/camera/inc/
H A DVideoMetadata.h27 void* handle; member in struct:__anon3541
/hardware/intel/img/psb_video/src/android/
H A Dpsb_gralloc.h39 int gralloc_lock(buffer_handle_t handle, int usage,
42 int gralloc_unlock(buffer_handle_t handle);
46 int gralloc_getdisplaystatus(buffer_handle_t handle, int* status);
/hardware/intel/img/hwcomposer/ips/tangier/
H A DTngGrallocBuffer.cpp22 TngGrallocBuffer::TngGrallocBuffer(uint32_t handle) argument
23 :GrallocBufferBase(handle)
25 initBuffer(handle);
32 void TngGrallocBuffer::resetBuffer(uint32_t handle) argument
34 GrallocBufferBase::resetBuffer(handle);
35 initBuffer(handle);
38 void TngGrallocBuffer::initBuffer(uint32_t handle) argument
40 TngIMGGrallocBuffer *grallocHandle = (TngIMGGrallocBuffer *)handle;
45 ELOGTRACE("gralloc handle is null");
H A DTngGrallocBuffer.h31 TngGrallocBuffer(uint32_t handle);
34 void resetBuffer(uint32_t handle);
37 void initBuffer(uint32_t handle);
/hardware/ti/omap4-aah/kernel-headers-ti/linux/
H A Dbvinternal.h25 unsigned long handle; member in struct:bvbuffmap
/hardware/intel/img/hwcomposer/ips/common/
H A DGrallocBufferBase.h26 GrallocBufferBase(uint32_t handle);
28 virtual void resetBuffer(uint32_t handle);
35 void initBuffer(uint32_t handle);
/hardware/intel/img/libdrm/libdrm/nouveau/
H A Dnouveau_grobj.h31 uint32_t handle; member in struct:nouveau_grobj
41 int nouveau_grobj_alloc(struct nouveau_channel *, uint32_t handle,
43 int nouveau_grobj_ref(struct nouveau_channel *, uint32_t handle,
/hardware/ti/omap4-aah/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.c58 unsigned int flags, struct ion_handle **handle)
70 *handle = data.handle;
75 struct ion_handle **handle, size_t *stride)
96 *handle = alloc_data.handle;
100 int ion_free(int fd, struct ion_handle *handle) argument
103 .handle = handle,
108 int ion_map(int fd, struct ion_handle *handle, size_ argument
57 ion_alloc(int fd, size_t len, size_t align, unsigned int flags, struct ion_handle **handle) argument
74 ion_alloc_tiler(int fd, size_t w, size_t h, int fmt, unsigned int flags, struct ion_handle **handle, size_t *stride) argument
130 ion_share(int fd, struct ion_handle *handle, int *share_fd) argument
147 ion_import(int fd, int share_fd, struct ion_handle **handle) argument
169 ion_map_cacheable(int fd, struct ion_handle *handle, size_t length, int prot, int flags, off_t offset, unsigned char **ptr, int *map_fd) argument
192 ion_flush_cached(int fd, struct ion_handle *handle, size_t length, unsigned char *ptr) argument
203 ion_inval_cached(int fd, struct ion_handle *handle, size_t length, unsigned char *ptr) argument
[all...]
/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...]
/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;
86 buffer_handle_t handle)
88 if (private_handle_t::validate(handle) < 0)
93 // If a buffer handle is passed from the process that allocated it to a
106 // allocations happen in its process. After returning the buffer handle to
107 // the IGraphicBufferAlloc client, SurfaceFlinger free's its handle to the
110 // buffer belongs to, it will get a new handle t
46 gralloc_map(gralloc_module_t const* , buffer_handle_t handle, void** vaddr) argument
67 gralloc_unmap(gralloc_module_t const* , buffer_handle_t handle) argument
85 gralloc_register_buffer(gralloc_module_t const* module, buffer_handle_t handle) argument
135 gralloc_unregister_buffer(gralloc_module_t const* module, buffer_handle_t handle) argument
166 gralloc_lock(gralloc_module_t const* , buffer_handle_t handle, int , int , int , int , int , void** vaddr) argument
187 gralloc_unlock(gralloc_module_t const* , buffer_handle_t handle) argument
[all...]
/hardware/intel/img/hwcomposer/common/buffers/
H A DGraphicBuffer.cpp22 GraphicBuffer::GraphicBuffer(uint32_t handle) argument
23 : DataBuffer(handle)
25 initBuffer(handle);
28 void GraphicBuffer::resetBuffer(uint32_t handle) argument
30 DataBuffer::resetBuffer(handle);
31 initBuffer(handle);
70 void GraphicBuffer::initBuffer(uint32_t /*handle*/)
/hardware/qcom/gps/loc_api/libloc_api-rpc-50001/libloc_api-rpc-glue/rpc_inc/
H A Dloc_api_rpc_glue.h65 rpc_loc_client_handle_type loc_handle, /* handle of the client */
85 rpc_loc_client_handle_type handle
90 rpc_loc_client_handle_type handle
95 rpc_loc_client_handle_type handle
100 rpc_loc_client_handle_type handle
105 rpc_loc_client_handle_type handle,
112 rpc_loc_client_handle_type handle,

Completed in 573 milliseconds

1234567891011>>