Home
last modified time | relevance | path

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

/hardware/qcom/audio/post_proc/
Dbundle.c231 if (fx_ctxt->out_handle == output) { in offload_effects_bundle_hal_start_output()
427 context->out_handle = (audio_io_handle_t)ioId; in effect_lib_create()
465 output_context_t *out_ctxt = get_output(context->out_handle); in effect_lib_release()
691 if (context->out_handle == offload_param->ioHandle) in effect_command()
694 out_ctxt = get_output(context->out_handle); in effect_command()
698 context->out_handle = offload_param->ioHandle; in effect_command()
699 out_ctxt = get_output(context->out_handle); in effect_command()
Dbundle.h79 audio_io_handle_t out_handle; member
/hardware/qcom/audio/visualizer/
Doffload_visualizer.c76 audio_io_handle_t out_handle; /* io handle of the output the effect is attached to */ member
454 if (fx_ctxt->out_handle == output) { in visualizer_hal_start_output()
970 context->out_handle = (audio_io_handle_t)ioId; in effect_lib_create()
1007 output_context_t *out_ctxt = get_output(context->out_handle); in effect_lib_release()
1217 if (context->out_handle == offload_param->ioHandle) in effect_command()
1220 out_ctxt = get_output(context->out_handle); in effect_command()
1224 context->out_handle = offload_param->ioHandle; in effect_command()