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.c345 struct cras_iodev *echo_ref; in update_first_output_dev_to_process() local
353 echo_ref = get_echo_reference_target(iodev); in update_first_output_dev_to_process()
354 rmodule->odev = echo_ref; in update_first_output_dev_to_process()
355 cras_iodev_set_ext_dsp_module(echo_ref, &rmodule->ext); in update_first_output_dev_to_process()
369 struct cras_iodev *echo_ref; in handle_device_disabled() local
374 echo_ref = get_echo_reference_target(iodev); in handle_device_disabled()
376 if (rmodule->odev == echo_ref) { in handle_device_disabled()
377 cras_iodev_set_ext_dsp_module(echo_ref, NULL); in handle_device_disabled()
/external/adhd/cras/src/tests/
Dalsa_card_unittest.cc825 const char *echo_ref = "echo ref"; in TEST() local
844 ucm_get_echo_reference_dev_name_for_dev_return_value[0] = strdup(echo_ref); in TEST()