Home
last modified time | relevance | path

Searched refs:out_handle (Results 1 – 5 of 5) sorted by relevance

/hardware/qcom/audio/post_proc/
Dbundle.c234 if (fx_ctxt->out_handle == output) { in offload_effects_bundle_hal_start_output()
430 context->out_handle = (audio_io_handle_t)ioId; in effect_lib_create()
468 output_context_t *out_ctxt = get_output(context->out_handle); in effect_lib_release()
704 if (context->out_handle == offload_param->ioHandle) in effect_command()
707 out_ctxt = get_output(context->out_handle); in effect_command()
711 context->out_handle = offload_param->ioHandle; in effect_command()
712 out_ctxt = get_output(context->out_handle); in effect_command()
Dbundle.h79 audio_io_handle_t out_handle; member
/hardware/qcom/display/msm8998/libgralloc1/
Dgr_device_impl.cpp563 buffer_handle_t *out_handle) { in importBuffer() argument
566 *out_handle = NULL; in importBuffer()
573 *out_handle = NULL; in importBuffer()
583 *out_handle = NULL; in importBuffer()
589 *out_handle = buffer_handle; in importBuffer()
/hardware/qcom/display/msm8996/libgralloc1/
Dgr_device_impl.cpp544 buffer_handle_t *out_handle) { in importBuffer() argument
547 *out_handle = NULL; in importBuffer()
554 *out_handle = NULL; in importBuffer()
564 *out_handle = NULL; in importBuffer()
570 *out_handle = buffer_handle; in importBuffer()
/hardware/qcom/audio/visualizer/
Doffload_visualizer.c78 audio_io_handle_t out_handle; /* io handle of the output the effect is attached to */ member
464 if (fx_ctxt->out_handle == output) { in visualizer_hal_start_output()
992 context->out_handle = (audio_io_handle_t)ioId; in effect_lib_create()
1029 output_context_t *out_ctxt = get_output(context->out_handle); in effect_lib_release()
1239 if (context->out_handle == offload_param->ioHandle) in effect_command()
1242 out_ctxt = get_output(context->out_handle); in effect_command()
1246 context->out_handle = offload_param->ioHandle; in effect_command()