Searched defs:handle (Results 201 - 225 of 380) sorted by relevance

1234567891011>>

/hardware/qcom/display/msm8994/libcopybit/
H A Dcopybit.h140 /* handle to the image */
141 native_handle_t* handle; member in struct:copybit_image_t
/hardware/qcom/display/msm8996/libcopybit/
H A Dcopybit.h154 /* handle to the image */
155 native_handle_t* handle; member in struct:copybit_image_t
/hardware/qcom/keymaster/
H A Dkeymaster_qcom.cpp66 int (*QSEECom_start_app)(struct QSEECom_handle ** handle, char* path,
68 int (*QSEECom_shutdown_app)(struct QSEECom_handle **handle);
69 int (*QSEECom_send_cmd)(struct QSEECom_handle* handle, void *cbuf,
71 int (*QSEECom_send_modified_cmd)(struct QSEECom_handle* handle, void *cbuf,
74 int (*QSEECom_set_bandwidth)(struct QSEECom_handle* handle, bool high);
192 static int32_t qcom_km_ION_memalloc(struct qcom_km_ion_info_t *handle, argument
208 if(handle == NULL){
209 ALOGE("Error:: null handle received");
217 handle->ion_sbuffer = NULL;
218 handle
294 qcom_km_ion_dealloc(struct qcom_km_ion_info_t *handle) argument
339 struct QSEECom_handle *handle = NULL; local
418 struct QSEECom_handle *handle = NULL; local
499 struct QSEECom_handle *handle = NULL; local
598 struct QSEECom_handle *handle = NULL; local
[all...]
/hardware/qcom/media/msm8996/mm-core/src/common/
H A Dqc_omx_core.c106 whenever the get handle method is called.
118 /* Nothing to do here ; shared objects shall be loaded at the get handle method */
159 Clears the component handle from the component table.
192 Check if the component handle already exists or not.
198 index pointer if the handle exists
231 Gets the index to store the next handle for specified component name.
237 Index of next handle to be stored
252 DEBUG_PRINT("free handle slot exists %d\n", rc);
334 Get component handle.
399 OMX_GetHandle(OMX_OUT OMX_HANDLETYPE* handle, argument
[all...]
/hardware/qcom/msm8994/kernel-headers/linux/
H A Dmsm_ion.h104 ion_user_handle_t handle; member in struct:ion_flush_data
/hardware/qcom/msm8994/original-kernel-headers/linux/
H A Dmsm_ion.h127 * @handle: handle with data to flush
130 * @offset: offset into the handle to flush
131 * @length: length of handle to flush
133 * Performs cache operations on the handle. If p is the start address
134 * of the handle, p + offset through p + offset + length will have
138 ion_user_handle_t handle; member in struct:ion_flush_data
156 * Clean the caches of the handle specified.
163 * Invalidate the caches of the handle specified.
170 * Clean and invalidate the caches of the handle specifie
[all...]
/hardware/qcom/msm8x26/kernel-headers/linux/
H A Dmsm_ion.h102 ion_user_handle_t handle; member in struct:ion_flush_data
/hardware/qcom/msm8x26/original-kernel-headers/linux/
H A Dmsm_ion.h121 * @handle: handle with data to flush
124 * @offset: offset into the handle to flush
125 * @length: length of handle to flush
127 * Performs cache operations on the handle. If p is the start address
128 * of the handle, p + offset through p + offset + length will have
132 ion_user_handle_t handle; member in struct:ion_flush_data
150 * Clean the caches of the handle specified.
157 * Invalidate the caches of the handle specified.
164 * Clean and invalidate the caches of the handle specifie
[all...]
/hardware/qcom/msm8x84/kernel-headers/linux/
H A Dmsm_ion.h105 ion_user_handle_t handle; member in struct:ion_flush_data
/hardware/qcom/msm8x84/original-kernel-headers/linux/
H A Dmsm_ion.h124 * @handle: handle with data to flush
127 * @offset: offset into the handle to flush
128 * @length: length of handle to flush
130 * Performs cache operations on the handle. If p is the start address
131 * of the handle, p + offset through p + offset + length will have
135 ion_user_handle_t handle; member in struct:ion_flush_data
153 * Clean the caches of the handle specified.
160 * Invalidate the caches of the handle specified.
167 * Clean and invalidate the caches of the handle specifie
[all...]
/hardware/qcom/wlan/qcwcn/wifi_hal/
H A Dcommon.h65 typedef void (*wifi_internal_event_handler) (wifi_handle handle, int events);
83 wifi_handle handle; // handle to wifi data member in struct:__anon4745
144 wifi_error wifi_register_handler(wifi_handle handle, int cmd, nl_recvmsg_msg_cb_t func, void *arg);
145 wifi_error wifi_register_vendor_handler(wifi_handle handle,
148 void wifi_unregister_handler(wifi_handle handle, int cmd);
149 void wifi_unregister_vendor_handler(wifi_handle handle, uint32_t id, int subcmd);
151 wifi_error wifi_register_cmd(wifi_handle handle, int id, WifiCommand *cmd);
152 WifiCommand *wifi_unregister_cmd(wifi_handle handle, int id);
153 void wifi_unregister_cmd(wifi_handle handle, WifiComman
[all...]
/hardware/ti/omap3/omx/audio/src/openmax_il/g722_dec/src/
H A DOMX_G722Dec_Utils.c204 * @param pHandle This is component handle allocated by the OMX core.
469 * @param pHandle This is component handle allocated by the OMX core.
553 * @param pComponent This is the component handle.
1685 G722DEC_DPRINT("Component private handle: pComponentPrivate = %p\n",pComponentPrivate);
1954 * @fn G722DEC_GetLCMLHandle() function gets the LCML handle and interacts with LCML
1977 void *handle = NULL; local
1981 handle = dlopen("libLCML.so", RTLD_LAZY);
1982 if (!handle) {
1987 fpGetHandle = dlsym (handle, "GetHandle");
2025 /* handle th
[all...]
/hardware/ti/omap3/omx/audio/src/openmax_il/g729_dec/src/
H A DOMX_G729Dec_Utils.c111 * @param pComponent handle for this instance of the component
362 * @param pComponent handle for this instance of the component
444 * @param pComponent handle for this instance of the component
603 * @param pComponent handle for this instance of the component
760 /* Got handle of dsp via phandle filling information about DSP
1185 /* TODO Need to handle multiple marks */
2073 void *handle = NULL; local
2080 handle = dlopen("libLCML.so", RTLD_LAZY);
2081 if (!handle) {
2086 fpGetHandle = dlsym (handle, "GetHandl
[all...]
/hardware/ti/omap3/omx/audio/src/openmax_il/g729_enc/src/
H A DOMX_G729Enc_Utils.c107 * @param pComponent handle for this instance of the component
329 * @param pComponent handle for this instance of the component
416 * @param pComponent handle for this instance of the component
492 * @param pComponent handle for this instance of the component
566 * @param pComponent handle for this instance of the component
736 /* Got handle of dsp via phandle filling information about DSP Specific things */
1205 /* TODO Need to handle multiple marks */
2349 void *handle = NULL; local
2353 handle = dlopen("libLCML.so", RTLD_LAZY);
2354 if (!handle)
[all...]
/hardware/ti/omap4-aah/camera/
H A DANativeWindowDisplayAdapter.cpp533 buffer_handle_t *handle; local
537 err = mANativeWindow->dequeue_buffer(mANativeWindow, &handle, &stride);
550 CAMHAL_LOGDB("got handle %p", handle);
551 mBuffers[i].opaque = (void *)handle;
554 mFramesWithCameraAdapterMap.add(handle, i);
575 buffer_handle_t *handle = (buffer_handle_t *) mBuffers[i].opaque; local
577 mANativeWindow->lock_buffer(mANativeWindow, handle);
579 mapper.lock(*handle, CAMHAL_GRALLOC_USAGE, bounds, y_uv);
587 buffer_handle_t *handle local
753 buffer_handle_t *handle = (buffer_handle_t *)mBuffers[0].opaque; local
776 buffer_handle_t *handle = (buffer_handle_t *) mBuffers[value].opaque; local
1072 buffer_handle_t *handle = (buffer_handle_t *) mBuffers[i].opaque; local
1092 buffer_handle_t *handle = (buffer_handle_t *) mBuffers[i].opaque; local
[all...]
/hardware/ti/omap4xxx/camera/
H A DANativeWindowDisplayAdapter.cpp603 IMG_native_handle_t* handle; local
620 handle = *hndl2hndl;
623 mGrallocHandleMap[i] = handle;
725 IMG_native_handle_t* handle = (IMG_native_handle_t*) *(mBufferHandleMap[i]); local
795 IMG_native_handle_t* handle = (IMG_native_handle_t*) *(mBufferHandleMap[0]); local
798 mFD = dup(handle->fd[0]);
882 close(mFD); // close duped handle
/hardware/broadcom/wlan/bcmdhd/wifi_hal/
H A Dcpp_bindings.h224 WifiCommand(const char *type, wifi_handle handle, wifi_request_id id) argument
225 : mType(type), mMsg(getHalInfo(handle)->nl80211_family_id), mId(id), mRefs(1)
228 mInfo = getHalInfo(handle);
H A Drtt.cpp614 wifi_handle handle = getWifiHandle(iface); local
617 wifi_error result = wifi_register_cmd(handle, id, cmd);
624 wifi_unregister_cmd(handle, id);
635 wifi_handle handle = getWifiHandle(iface); local
/hardware/bsp/intel/peripheral/libmraa/src/usb/
H A Dftdi_ft4222.c171 syslog(LOG_ERR, "Bad FT4222 handle\n");
180 mraa_ftdi_ft4222_i2c_read_internal(FT_HANDLE handle, uint8_t addr, uint8_t* data, int length) argument
185 FT4222_STATUS ft4222Status = FT4222_I2CMaster_Read(handle, addr, data, length, &bytesRead);
189 FT4222_I2CMaster_Reset(handle);
196 mraa_ftdi_ft4222_i2c_write_internal(FT_HANDLE handle, uint8_t addr, const uint8_t* data, int bytesToWrite) argument
201 FT4222_STATUS ft4222Status = FT4222_I2CMaster_Write(handle, addr, (uint8_t*) data, bytesToWrite, &bytesWritten);
205 FT4222_I2CMaster_Reset(handle);
280 return mraa_ftdi_ft4222_i2c_read_internal(dev->handle, dev->addr, data, length);
289 return mraa_ftdi_ft4222_i2c_write_internal(dev->handle, dev->addr, data, length);
344 dev->handle
[all...]
/hardware/intel/common/libva/va/
H A Dva_backend.h474 void *handle; /* dlopen handle */ member in struct:VADriverContext
/hardware/intel/common/omx-components/videocodec/
H A DOMXVideoDecoderVP9HWR.cpp382 unsigned int handle = (unsigned int)buffer->pBuffer; local
387 if (handle == extMIDs[i]->m_key) {
655 LOGE("There is gralloc handle mismatching between pool\
H A DOMXVideoDecoderVP9Hybrid.cpp260 unsigned int handle; local
279 handle = (unsigned int)metadata->pHandle;
280 mSingalRenderDone(mHybridCtx, handle, !found);
282 handle = (unsigned int)buffer->pBuffer;
283 mSingalRenderDone(mHybridCtx, handle, false);
543 ALOGE("handle format change from %dx%d to %dx%d",
/hardware/intel/common/utils/ISV/base/
H A Disv_worker.cpp218 uint32_t stride, uint32_t format, unsigned long handle, int32_t* surfaceId)
295 vaExtBuf.buffers = (long unsigned int*)&handle;
217 allocSurface(uint32_t* width, uint32_t* height, uint32_t stride, uint32_t format, unsigned long handle, int32_t* surfaceId) argument
/hardware/intel/common/wrs_omxil_core/base/src/
H A Dportbase.cpp124 void PortBase::SetOwner(OMX_COMPONENTTYPE *handle) argument
126 owner = handle;
127 cbase = static_cast<ComponentBase *>(handle->pComponentPrivate);
/hardware/intel/img/hwcomposer/moorefield_hdmi/ips/anniedale/
H A DAnnOverlayPlane.cpp46 bool AnnOverlayPlane::setDataBuffer(uint32_t handle) argument
48 if (handle == 0) {
49 ELOGTRACE("handle == 0");
53 return DisplayPlane::setDataBuffer(handle);

Completed in 5575 milliseconds

1234567891011>>