Searched defs:handle (Results 1 - 25 of 298) sorted by relevance

1234567891011>>

/hardware/qcom/media/mm-video-legacy/vidc/venc/inc/
H A Domx_video_encoder.h60 class venc_dev *handle; member in class:omx_venc
/hardware/qcom/media/mm-video-v4l2/vidc/venc/inc/
H A Domx_video_encoder.h61 class venc_dev *handle; member in class:omx_venc
/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/common/libwsbm/src/
H A Dwsbm_priv.h40 uint32_t handle; member in struct:_WsbmKernelBuf
/hardware/qcom/display/msm8960/libqdutils/
H A DqdMetaData.cpp36 int setMetaData(private_handle_t *handle, DispParamType paramType, argument
38 if (!handle) {
39 ALOGE("%s: Private handle is null!", __func__);
42 if (handle->fd_metadata == -1) {
52 handle->fd_metadata, 0);
/hardware/qcom/display/msm8974/libqdutils/
H A DqdMetaData.cpp36 int setMetaData(private_handle_t *handle, DispParamType paramType, argument
38 if (!handle) {
39 ALOGE("%s: Private handle is null!", __func__);
42 if (handle->fd_metadata == -1) {
52 handle->fd_metadata, 0);
/hardware/samsung_slsi/exynos5/libsecurepath/
H A Dtlc_communication.h29 mcSessionHandle_t handle; member in struct:__anon2789
/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.cpp25 GrallocBufferBase::GrallocBufferBase(uint32_t handle) argument
26 : GraphicBuffer(handle)
28 ALOGTRACE("handle = %#x", handle);
29 initBuffer(handle);
32 void GrallocBufferBase::resetBuffer(uint32_t handle) argument
34 GraphicBuffer::resetBuffer(handle);
35 initBuffer(handle);
38 void GrallocBufferBase::initBuffer(uint32_t /* handle */)
H A DTTMBufferMapper.cpp42 uint32_t handle; local
48 handle = getHandle();
50 bool ret = mWsbm.wrapTTMBuffer(handle, &wsbmBufferObject);
/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");
/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,
H A Dnouveau_grobj.c29 nouveau_grobj_alloc(struct nouveau_channel *chan, uint32_t handle, argument
44 nvgrobj->base.handle = handle;
50 g.handle = handle;
64 nouveau_grobj_ref(struct nouveau_channel *chan, uint32_t handle, argument
76 nvgrobj->base.handle = handle;
103 f.handle = nvgrobj->base.handle;
[all...]
H A Dnouveau_notifier.h40 uint32_t handle; member in struct:nouveau_notifier
44 nouveau_notifier_alloc(struct nouveau_channel *, uint32_t handle, int count,
/hardware/qcom/display/msm8084/libqdutils/
H A DqdMetaData.cpp38 int setMetaData(private_handle_t *handle, DispParamType paramType, argument
40 if (!handle) {
41 ALOGE("%s: Private handle is null!", __func__);
44 if (handle->fd_metadata == -1) {
54 handle->fd_metadata, 0);
/hardware/qcom/display/msm8226/libqdutils/
H A DqdMetaData.cpp39 int setMetaData(private_handle_t *handle, DispParamType paramType, argument
41 if (!handle) {
42 ALOGE("%s: Private handle is null!", __func__);
45 if (handle->fd_metadata == -1) {
55 handle->fd_metadata, 0);
/hardware/samsung_slsi/exynos5/exynos_omx/openmax/exynos_omx/osal/
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);
/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/intel/common/omx-components/videocodec/securevideo/moorefield/
H A Ddrm_vendor_api.h34 void *handle; member in struct:drm_vendor_api
/hardware/intel/common/wrs_omxil_core/utils/inc/
H A Dmodule.h37 void *handle; member in struct:module
/hardware/intel/img/hwcomposer/common/buffers/
H A DBufferCache.cpp35 bool BufferCache::addMapper(uint64_t handle, BufferMapper* mapper) argument
37 ssize_t index = mBufferPool.indexOfKey(handle);
39 ELOGTRACE("buffer %#llx exists", handle);
44 index = mBufferPool.add(handle, mapper);
71 BufferMapper* BufferCache::getMapper(uint64_t handle) argument
73 ssize_t index = mBufferPool.indexOfKey(handle);
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/intel/img/libdrm/tests/
H A Dgem_readwrite.c41 int do_read(int fd, int handle, void *buf, int offset, int size) argument
51 read.handle = handle;
59 int do_write(int fd, int handle, void *buf, int offset, int size) argument
64 write.handle = handle;
79 int handle; local
91 handle = create.handle;
94 ret = do_read(fd, handle, bu
[all...]
/hardware/qcom/gps/core/
H A DContextBase.cpp77 void *handle = NULL; local
79 if((handle = dlopen("libloc_api_v02.so", RTLD_NOW)) != NULL) {
82 getLocApi_t* getter = (getLocApi_t*)dlsym(handle, "getLocApi");
95 handle = dlopen("libloc_api-rpc-qc.so", RTLD_NOW);
96 if (NULL != handle) {
97 getLocApi_t* getter = (getLocApi_t*)dlsym(handle, "getLocApi");

Completed in 3719 milliseconds

1234567891011>>