Home
last modified time | relevance | path

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

/aosp12/hardware/qcom/audio/post_proc/
H A Dbundle.c106 output_context_t *get_output(audio_io_handle_t output) in get_output() function
195 if (get_output(output) != NULL) { in offload_effects_bundle_hal_start_output()
261 out_ctxt = get_output(output); in offload_effects_bundle_hal_stop_output()
443 output_context_t *out_ctxt = get_output(ioId); in effect_lib_create()
468 output_context_t *out_ctxt = get_output(context->out_handle); in effect_lib_release()
707 out_ctxt = get_output(context->out_handle); in effect_command()
712 out_ctxt = get_output(context->out_handle); in effect_command()
/aosp12/hardware/qcom/audio/visualizer/
H A Doffload_visualizer.c241 output_context_t *get_output(audio_io_handle_t output) { in get_output() function
445 if (get_output(output) != NULL) { in visualizer_hal_start_output()
499 out_ctxt = get_output(output); in visualizer_hal_stop_output()
1008 output_context_t *out_ctxt = get_output(ioId); in effect_lib_create()
1032 output_context_t *out_ctxt = get_output(context->out_handle); in effect_lib_release()
1245 out_ctxt = get_output(context->out_handle); in effect_command()
1250 out_ctxt = get_output(offload_param->ioHandle); in effect_command()
/aosp12/art/test/970-iface-super-resolution-gen/util-src/
H A Dgenerate_smali.py381 result = a.get_output()),
507 def get_output(self): member in TestInterface
/aosp12/system/core/debuggerd/tombstoned/
H A Dtombstoned.cpp163 std::optional<CrashOutput> get_output(DebuggerdDumpType dump_type) { in get_output() function in CrashQueue
293 if (auto o = CrashQueue::for_crash(crash.get())->get_output(crash->crash_type); o) { in perform_request()
/aosp12/hardware/libhardware/include/hardware/
H A Daudio_policy.h131 audio_io_handle_t (*get_output)(struct audio_policy *pol, member
/aosp12/hardware/libhardware/modules/audio/
H A Daudio_policy.c264 dap->policy.get_output = ap_get_output; in create_default_ap()
/aosp12/hardware/qcom/audio/legacy/alsa_sound/
H A Daudio_policy_hal.cpp349 qap->policy.get_output = ap_get_output; in create_qcom_ap()