Home
last modified time | relevance | path

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

/hardware/qcom/audio/post_proc/
Dbundle.c103 output_context_t *get_output(audio_io_handle_t output) in get_output() function
192 if (get_output(output) != NULL) { in offload_effects_bundle_hal_start_output()
258 out_ctxt = get_output(output); in offload_effects_bundle_hal_stop_output()
440 output_context_t *out_ctxt = get_output(ioId); in effect_lib_create()
465 output_context_t *out_ctxt = get_output(context->out_handle); in effect_lib_release()
694 out_ctxt = get_output(context->out_handle); in effect_command()
699 out_ctxt = get_output(context->out_handle); in effect_command()
/hardware/qcom/audio/visualizer/
Doffload_visualizer.c238 output_context_t *get_output(audio_io_handle_t output) { in get_output() function
440 if (get_output(output) != NULL) { in visualizer_hal_start_output()
489 out_ctxt = get_output(output); in visualizer_hal_stop_output()
983 output_context_t *out_ctxt = get_output(ioId); in effect_lib_create()
1007 output_context_t *out_ctxt = get_output(context->out_handle); in effect_lib_release()
1220 out_ctxt = get_output(context->out_handle); in effect_command()
1225 out_ctxt = get_output(offload_param->ioHandle); in effect_command()
/hardware/libhardware/include/hardware/
Daudio_policy.h131 audio_io_handle_t (*get_output)(struct audio_policy *pol, member
/hardware/libhardware/modules/audio/
Daudio_policy.c266 dap->policy.get_output = ap_get_output; in create_default_ap()
/hardware/libhardware_legacy/audio/
Daudio_policy_hal.cpp357 lap->policy.get_output = ap_get_output; in create_legacy_ap()
/hardware/qcom/audio/legacy/alsa_sound/
Daudio_policy_hal.cpp349 qap->policy.get_output = ap_get_output; in create_qcom_ap()