Home
last modified time | relevance | path

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

/hardware/qcom/audio/msm8909/post_proc/
Dbundle.c242 if (fx_ctxt->out_handle == output) { in offload_effects_bundle_hal_start_output()
451 context->out_handle = (audio_io_handle_t)ioId; in effect_lib_create()
489 output_context_t *out_ctxt = get_output(context->out_handle); in effect_lib_release()
715 if (context->out_handle == offload_param->ioHandle) in effect_command()
718 out_ctxt = get_output(context->out_handle); in effect_command()
722 context->out_handle = offload_param->ioHandle; in effect_command()
723 out_ctxt = get_output(context->out_handle); in effect_command()
Dbundle.h82 audio_io_handle_t out_handle; member
/hardware/qcom/audio/post_proc/
Dbundle.c232 if (fx_ctxt->out_handle == output) { in offload_effects_bundle_hal_start_output()
428 context->out_handle = (audio_io_handle_t)ioId; in effect_lib_create()
466 output_context_t *out_ctxt = get_output(context->out_handle); in effect_lib_release()
693 if (context->out_handle == offload_param->ioHandle) in effect_command()
696 out_ctxt = get_output(context->out_handle); in effect_command()
700 context->out_handle = offload_param->ioHandle; in effect_command()
701 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()
/hardware/qcom/audio/msm8909/visualizer/
Doffload_visualizer.c66 audio_io_handle_t out_handle; /* io handle of the output the effect is attached to */ member
446 if (fx_ctxt->out_handle == output) { in visualizer_hal_start_output()
953 context->out_handle = (audio_io_handle_t)ioId; in effect_lib_create()
990 output_context_t *out_ctxt = get_output(context->out_handle); in effect_lib_release()
1200 if (context->out_handle == offload_param->ioHandle) in effect_command()
1203 out_ctxt = get_output(context->out_handle); in effect_command()
1207 context->out_handle = offload_param->ioHandle; in effect_command()