Home
last modified time | relevance | path

Searched refs:ext_dsp_module (Results 1 – 13 of 13) sorted by relevance

/external/adhd/cras/src/server/
Dcras_dsp_module.h99 struct ext_dsp_module { struct
101 void (*run)(struct ext_dsp_module *ext, argument
103 void (*configure)(struct ext_dsp_module *ext, argument
116 struct ext_dsp_module *ext_module);
Dcras_iodev.c522 if (!iodev->ext_dsp_module) in add_ext_dsp_module_to_pipeline()
525 iodev->ext_dsp_module->configure( in add_ext_dsp_module_to_pipeline()
526 iodev->ext_dsp_module, in add_ext_dsp_module_to_pipeline()
545 iodev->ext_dsp_module); in add_ext_dsp_module_to_pipeline()
551 struct ext_dsp_module *ext) in cras_iodev_set_ext_dsp_module()
553 iodev->ext_dsp_module = ext; in cras_iodev_set_ext_dsp_module()
939 if (iodev->ext_dsp_module == NULL) in cras_iodev_open()
940 iodev->ext_dsp_module = &iodev->input_data->ext; in cras_iodev_open()
968 if (iodev->ext_dsp_module == &iodev->input_data->ext) in cras_iodev_close()
969 iodev->ext_dsp_module = NULL; in cras_iodev_close()
Dinput_data.c18 void input_data_run(struct ext_dsp_module *ext, in input_data_run()
44 void input_data_configure(struct ext_dsp_module *ext, unsigned int buffer_size, in input_data_configure()
Dcras_iodev.h256 struct ext_dsp_module *ext_dsp_module; member
622 struct ext_dsp_module *ext);
Dinput_data.h23 struct ext_dsp_module ext;
Dcras_apm_list.c103 struct ext_dsp_module ext;
418 void reverse_data_run(struct ext_dsp_module *ext, in reverse_data_run()
445 void reverse_data_configure(struct ext_dsp_module *ext, in reverse_data_configure()
Dcras_dsp_pipeline.h112 struct ext_dsp_module *ext_module);
Dcras_dsp_mod_builtin.c526 struct ext_dsp_module *ext_module;
572 struct ext_dsp_module *ext_module) in cras_dsp_module_set_sink_ext_module()
Dcras_dsp_pipeline.c784 struct ext_dsp_module *ext_module) in cras_dsp_pipeline_set_sink_ext_module()
/external/adhd/cras/src/tests/
Dapm_list_unittest.cc30 static struct ext_dsp_module *ext_dsp_module_value;
190 struct ext_dsp_module *ext) in cras_iodev_set_ext_dsp_module()
Ddsp_unittest.cc154 struct ext_dsp_module *ext_module) in cras_dsp_module_set_sink_ext_module()
Dcras_dsp_pipeline_unittest.cc215 struct ext_dsp_module *ext_module) in cras_dsp_module_set_sink_ext_module()
246 struct ext_dsp_module ext_mod;
Diodev_unittest.cc2076 struct ext_dsp_module *ext, in ext_mod_configure()
2087 struct ext_dsp_module ext; in TEST()
2322 struct ext_dsp_module *ext_module) in cras_dsp_pipeline_set_sink_ext_module()
2541 static void mod_run(struct ext_dsp_module *ext, in mod_run()
2546 static void mod_configure(struct ext_dsp_module *ext, in mod_configure()