Home
last modified time | relevance | path

Searched refs:echo_ref (Results 1 – 2 of 2) sorted by relevance

/external/adhd/cras/src/server/
Dcras_apm_list.c413 struct cras_iodev *echo_ref; in update_first_output_dev_to_process() local
420 echo_ref = get_echo_reference_target(iodev); in update_first_output_dev_to_process()
423 if (rmodule->odev == echo_ref) in update_first_output_dev_to_process()
432 rmodule->odev = echo_ref; in update_first_output_dev_to_process()
433 cras_iodev_set_ext_dsp_module(echo_ref, &rmodule->ext); in update_first_output_dev_to_process()
447 struct cras_iodev *echo_ref; in handle_device_disabled() local
452 echo_ref = get_echo_reference_target(iodev); in handle_device_disabled()
454 if (rmodule->odev == echo_ref) { in handle_device_disabled()
455 cras_iodev_set_ext_dsp_module(echo_ref, NULL); in handle_device_disabled()
/external/adhd/cras/src/tests/
Dalsa_card_unittest.cc931 const char* echo_ref = "echo ref"; in TEST() local
950 ucm_get_echo_reference_dev_name_for_dev_return_value[0] = strdup(echo_ref); in TEST()