Searched defs:handle (Results 251 - 275 of 380) sorted by relevance

<<111213141516

/hardware/qcom/msm8996/kernel-headers/linux/
H A Dmsm_ion.h121 ion_user_handle_t handle; member in struct:ion_flush_data
/hardware/qcom/msm8996/kernel-headers/media/
H A Dmsmb_camera.h125 unsigned int handle; member in struct:msm_v4l2_event_data
/hardware/qcom/msm8996/original-kernel-headers/linux/
H A Dmsm_ion.h146 * @handle: handle with data to flush
149 * @offset: offset into the handle to flush
150 * @length: length of handle to flush
152 * Performs cache operations on the handle. If p is the start address
153 * of the handle, p + offset through p + offset + length will have
157 ion_user_handle_t handle; member in struct:ion_flush_data
175 * Clean the caches of the handle specified.
182 * Invalidate the caches of the handle specified.
189 * Clean and invalidate the caches of the handle specifie
[all...]
/hardware/qcom/msm8x27/original-kernel-headers/linux/
H A Dmsm_ion.h257 * @handle: handle with data to flush
260 * @offset: offset into the handle to flush
261 * @length: length of handle to flush
263 * Performs cache operations on the handle. If p is the start address
264 * of the handle, p + offset through p + offset + length will have
268 struct ion_handle *handle; member in struct:ion_flush_data
277 * @handle: handle to get flags from
278 * @flags: flags of this handle
284 struct ion_handle *handle; member in struct:ion_flag_data
[all...]
/hardware/qcom/wlan/qcwcn/wifi_hal/
H A Dcpp_bindings.cpp734 WifiVendorCommand::WifiVendorCommand(wifi_handle handle, argument
738 : WifiCommand(handle, id), mVendor_id(vendor_id), mSubcmd(subcmd),
H A Dcpp_bindings.h294 WifiCommand(wifi_handle handle, wifi_request_id id) argument
295 : mMsg(getHalInfo(handle)->nl80211_family_id), mId(id)
298 mInfo = getHalInfo(handle);
402 WifiVendorCommand(wifi_handle handle, wifi_request_id id, u32 vendor_id, u32 subcmd);
/hardware/ti/omap3/omx/audio/src/openmax_il/aac_dec/src/
H A DOMX_AacDec_Utils.c98 * @param pHandle This is component handle allocated by the OMX core.
353 * @param pHandle This is component handle allocated by the OMX core.
424 * @param pComponent This is the component handle.
3085 * @fn AACDEC_GetLCMLHandle() function gets the LCML handle and interacts with LCML
3108 void *handle; local
3112 handle = dlopen("libLCML.so", RTLD_LAZY);
3113 if (!handle) {
3118 fpGetHandle = dlsym (handle, "GetHandle");
3157 // handle the error
3182 * @param pComponent handle fo
[all...]
/hardware/ti/omap3/omx/audio/src/openmax_il/aac_enc/src/
H A DOMX_AacEnc_Utils.c97 * @param pComponent handle for this instance of the component
400 * @param pComponent handle for this instance of the component
488 * @param pComponent handle for this instance of the component
565 * @param pComponent handle for this instance of the component
622 * @param pComponent handle for this instance of the component
833 /* Got handle of dsp via phandle filling information about DSP
1445 /* TODO Need to handle multiple marks */
2906 void *handle; local
2910 handle = dlopen("libLCML.so", RTLD_LAZY);
2911 if (!handle) {
[all...]
/hardware/ti/omap3/omx/audio/src/openmax_il/g711_dec/src/
H A DOMX_G711Dec_Utils.c108 * @param pComponent handle for this instance of the component
345 * @param pComponent handle for this instance of the component
429 * @param pComponent handle for this instance of the component
574 * @param pComponent handle for this instance of the component
770 /* Got handle of dsp via phandle filling information about DSP specific things */
2365 void *handle = NULL; local
2372 handle = dlopen("libLCML.so", RTLD_LAZY);
2373 if (!handle) {
2378 fpGetHandle = dlsym (handle, "GetHandle");
2426 /* handle th
[all...]
/hardware/ti/omap3/omx/audio/src/openmax_il/g711_enc/src/
H A DOMX_G711Enc_Utils.c92 * @param pComponent handle for this instance of the component
318 * @param pComponent handle for this instance of the component
398 * @param pComponent handle for this instance of the component
466 * @param pComponent handle for this instance of the component
540 * @param pComponent handle for this instance of the component
706 /* Got handle of dsp via phandle filling information about DSP Specific things */
1110 /* TODO Need to handle multiple marks */
2186 void *handle = NULL; local
2189 handle = dlopen("libLCML.so", RTLD_LAZY);
2190 if (!handle) {
[all...]
/hardware/ti/omap3/omx/audio/src/openmax_il/g722_enc/src/
H A DOMX_G722Enc_Utils.c231 * @param pComponent handle for this instance of the component
531 * @param pComponent handle for this instance of the component
622 * @param pComponent handle for this instance of the component
783 * @param pComponent handle for this instance of the component
835 * @param pComponent handle for this instance of the component
962 /* TODO Need to handle multiple marks */
1745 void *handle = NULL; local
1750 handle = dlopen("libLCML.so", RTLD_LAZY);
1751 if (!handle) {
1756 fpGetHandle = dlsym (handle, "GetHandl
[all...]
/hardware/ti/omap3/omx/audio/src/openmax_il/g726_dec/src/
H A DOMX_G726Dec_Utils.c97 * @param pHandle This is component handle allocated by the OMX core.
356 * @param pHandle This is component handle allocated by the OMX core.
434 * @param pComponent This is the component handle.
1596 G726DEC_DPRINT("Component private handle: pComponentPrivate = %p\n",pComponentPrivate);
2095 * @fn G726DEC_GetLCMLHandle() function gets the LCML handle and interacts with LCML
2118 void *handle = NULL; local
2122 handle = dlopen("libLCML.so", RTLD_LAZY);
2123 if (!handle) {
2128 fpGetHandle = dlsym (handle, "GetHandle");
2166 /* handle th
[all...]
/hardware/ti/omap3/omx/audio/src/openmax_il/g726_enc/src/
H A DOMX_G726Enc_Utils.c151 * @param pComponent handle for this instance of the component
383 * @param pComponent handle for this instance of the component
457 * @param pComponent handle for this instance of the component
514 * @param pComponent handle for this instance of the component
579 * @param pComponent handle for this instance of the component
717 /* Got handle of dsp via phandle filling information about DSP Specific things */
1138 /* TODO Need to handle multiple marks */
1924 void *handle = NULL; local
1927 handle = dlopen("libLCML.so", RTLD_LAZY);
1928 if (!handle) {
[all...]
/hardware/ti/omap3/omx/audio/src/openmax_il/mp3_dec/src/
H A DOMX_Mp3Dec_Utils.c103 * @param pHandle This is component handle allocated by the OMX core.
367 * @param pHandle This is component handle allocated by the OMX core.
448 * @param pComponent This is the component handle.
2908 * @fn MP3DEC_GetLCMLHandle() function gets the LCML handle and interacts with LCML
2931 void *handle; local
2935 handle = dlopen("libLCML.so", RTLD_LAZY);
2936 if (!handle) {
2941 fpGetHandle = dlsym (handle, "GetHandle");
2978 /* handle the error*/
3044 * @param pComponent handle fo
[all...]
/hardware/ti/omap3/omx/audio/src/openmax_il/nbamr_enc/src/
H A DOMX_AmrEnc_Utils.c103 * @param pComponent handle for this instance of the component
340 * @param pComponent handle for this instance of the component
419 * @param pComponent handle for this instance of the component
478 * @param pComponent handle for this instance of the component
572 * @param pComponent handle for this instance of the component
755 /* Got handle of dsp via phandle filling information about DSP Specific things */
1305 /* TODO Need to handle multiple marks */
2655 void *handle; local
2660 handle = dlopen("libLCML.so", RTLD_LAZY);
2661 if (!handle) {
[all...]
/hardware/ti/omap3/omx/audio/src/openmax_il/wbamr_enc/src/
H A DOMX_WbAmrEnc_Utils.c95 * @param pComponent handle for this instance of the component
340 * @param pComponent handle for this instance of the component
428 * @param pComponent handle for this instance of the component
503 * @param pComponent handle for this instance of the component
609 * @param pComponent handle for this instance of the component
792 /* Got handle of dsp via phandle filling information about DSP Specific things */
1425 /* TODO Need to handle multiple marks */
2870 void *handle; local
2874 handle = dlopen("libLCML.so", RTLD_LAZY);
2876 if (!handle) {
[all...]
/hardware/ti/omap3/omx/audio/src/openmax_il/wma_dec/src/
H A DOMX_WmaDec_Utils.c99 * @param pComponent handle for this instance of the component
390 * @param pComponent handle for this instance of the component
477 * @param pComponent handle for this instance of the component
624 * @param pComponent handle for this instance of the component
690 * @param pComponent handle for this instance of the component
889 /* TODO Need to handle multiple marks */
1277 OMX_PRBUFFER2(pComponentPrivate->dbg, "At handle data buff from app device string is =%p",pComponentPrivate->sDeviceString);
1278 OMX_PRCOMM2(pComponentPrivate->dbg, "At handle databuff from app pComponentPrivate->pPortDef[OUTPUT_PORT]->bPopulated =%d",
2434 void *handle; local
2440 handle
[all...]
/hardware/ti/omap3/omx/image/src/openmax_il/jpeg_dec/src/
H A DOMX_JpegDec_Utils.c102 * @fn GetLCMLHandleJpegDec - Implements the functionality to get LCML handle
117 void *handle = NULL; local
122 handle = dlopen("libLCML.so", RTLD_LAZY);
123 if (!handle) {
131 fpGetHandle = dlsym(handle, "GetHandle");
153 pComponentPrivate->pDllHandle = handle;
554 * @param lcml_dsp handle for this instance of the LCML
556 * @param pComponent handle for this instance of component
1972 * LCML_CallbackJpegDec() - handle callbacks from LCML
1973 * @param pComponentPrivate handle fo
[all...]
/hardware/ti/omap4-aah/camera/
H A DBufferSourceAdapter.cpp425 buffer_handle_t *handle; local
429 err = mBufferSource->dequeue_buffer(mBufferSource, &handle, &stride);
440 CAMHAL_LOGDB("got handle %p", handle);
441 mBuffers[i].opaque = (void *)handle;
444 mFramesWithCameraAdapterMap.add(handle, i);
453 buffer_handle_t *handle = (buffer_handle_t *) mBuffers[i].opaque; local
454 mBufferSource->lock_buffer(mBufferSource, handle);
455 mapper.lock(*handle, CAMHAL_GRALLOC_USAGE, bounds, y_uv);
461 buffer_handle_t *handle local
560 buffer_handle_t *handle; local
630 buffer_handle_t *handle; local
771 buffer_handle_t *handle = (buffer_handle_t *) mBuffers[value].opaque; local
844 buffer_handle_t *handle = NULL; local
[all...]
/hardware/ti/omap4-aah/domx/omx_proxy_component/omx_camera/src/
H A Domx_proxy_camera.c43 this layer gets called first whenever a proxy s get handle is called
400 struct ion_handle *handle; local
425 ret = ion_alloc_tiler(pCompPrv->ion_fd, MAX_VTC_WIDTH_WITH_VNF, MAX_VTC_HEIGHT_WITH_VNF, TILER_PIXEL_FMT_8BIT, OMAP_ION_HEAP_TILER_MASK, &handle, (size_t *)&stride_Y);
431 ret = ion_share(pCompPrv->ion_fd, handle, &fd1);
434 ion_free(pCompPrv->ion_fd, handle);
442 ret = ion_alloc_tiler(pCompPrv->ion_fd, MAX_VTC_WIDTH_WITH_VNF/2, MAX_VTC_HEIGHT_WITH_VNF/2, TILER_PIXEL_FMT_16BIT, OMAP_ION_HEAP_TILER_MASK, &handle, (size_t *)&stride_UV);
448 ret = ion_share(pCompPrv->ion_fd, handle, &fd2);
451 ion_free(pCompPrv->ion_fd, handle);
480 &handle, &stride_Y);
486 ret = ion_share(pCompPrv->ion_fd, handle,
[all...]
/hardware/ti/omap4xxx/camera/OMXCameraAdapter/
H A DOMXCapabilities.cpp1221 status_t OMXCameraAdapter::getCaps(CameraProperties::Properties* params, OMX_HANDLETYPE handle) { argument
1251 eError = OMX_GetConfig(handle, (OMX_INDEXTYPE) OMX_TI_IndexConfigCamCapabilities, &sharedBuffer);
/hardware/broadcom/wlan/bcmdhd/wifi_hal/
H A Dcommon.h139 typedef void (*wifi_internal_event_handler) (wifi_handle handle, int events);
157 wifi_handle handle; // handle to wifi data member in struct:__anon187
223 wifi_error wifi_register_handler(wifi_handle handle, int cmd, nl_recvmsg_msg_cb_t func, void *arg);
224 wifi_error wifi_register_vendor_handler(wifi_handle handle,
227 void wifi_unregister_handler(wifi_handle handle, int cmd);
228 void wifi_unregister_vendor_handler(wifi_handle handle, uint32_t id, int subcmd);
230 wifi_error wifi_register_cmd(wifi_handle handle, int id, WifiCommand *cmd);
231 WifiCommand *wifi_unregister_cmd(wifi_handle handle, int id);
232 WifiCommand *wifi_get_cmd(wifi_handle handle, in
[all...]
H A Dwifi_logger.cpp561 wifi_handle handle = getWifiHandle(iface); local
562 ALOGV("Loghandler start, handle = %p", handle);
566 wifi_error result = wifi_register_cmd(handle, id, cmd);
573 wifi_unregister_cmd(handle, id);
582 wifi_handle handle = getWifiHandle(iface); local
583 ALOGV("Loghandler reset, wifi_request_id = %d, handle = %p", id, handle);
744 wifi_handle handle = getWifiHandle(iface); local
745 ALOGV("Alerthandler start, handle
765 wifi_handle handle = getWifiHandle(iface); local
907 PacketFateCommand(wifi_interface_handle handle) argument
911 PacketFateCommand(wifi_interface_handle handle, wifi_tx_report *tx_report_bufs, size_t n_requested_fates, size_t *n_provided_fates) argument
918 PacketFateCommand(wifi_interface_handle handle, wifi_rx_report *rx_report_bufs, size_t n_requested_fates, size_t *n_provided_fates) argument
1061 wifi_start_pkt_fate_monitoring(wifi_interface_handle handle) argument
1070 wifi_get_tx_pkt_fates(wifi_interface_handle handle, wifi_tx_report *tx_report_bufs, size_t n_requested_fates, size_t *n_provided_fates) argument
1082 wifi_get_rx_pkt_fates(wifi_interface_handle handle, wifi_rx_report *rx_report_bufs, size_t n_requested_fates, size_t *n_provided_fates) argument
[all...]
/hardware/bsp/intel/peripheral/audio/generic/
H A Daudio_hal.c582 audio_io_handle_t handle,
589 ALOGV("adev_open_output_stream() handle:0x%X, device:0x%X, flags:0x%X, addr:%s",
590 handle, devices, flags, address);
965 audio_io_handle_t handle,
581 adev_open_output_stream(struct audio_hw_device *dev, audio_io_handle_t handle, audio_devices_t devices, audio_output_flags_t flags, struct audio_config *config, struct audio_stream_out **stream_out, const char *address ) argument
964 adev_open_input_stream(struct audio_hw_device *dev, audio_io_handle_t handle, audio_devices_t devices, struct audio_config *config, struct audio_stream_in **stream_in, audio_input_flags_t flags __unused, const char *address , audio_source_t source __unused) argument
/hardware/bsp/intel/peripheral/libmraa/include/
H A Dmraa_internal_types.h72 int fh; /**< the file handle to the /dev/i2c-* device */
75 void *handle; /**< generic handle for non-standard drivers that don't use file descriptors */ member in struct:_i2c

Completed in 2000 milliseconds

<<111213141516