Searched refs:ext_dsp_module (Results 1 – 13 of 13) sorted by relevance
/external/adhd/cras/src/server/ |
D | cras_dsp_module.h | 99 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);
|
D | cras_iodev.c | 522 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()
|
D | input_data.c | 18 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()
|
D | cras_iodev.h | 256 struct ext_dsp_module *ext_dsp_module; member 622 struct ext_dsp_module *ext);
|
D | input_data.h | 23 struct ext_dsp_module ext;
|
D | cras_apm_list.c | 103 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()
|
D | cras_dsp_pipeline.h | 112 struct ext_dsp_module *ext_module);
|
D | cras_dsp_mod_builtin.c | 526 struct ext_dsp_module *ext_module; 572 struct ext_dsp_module *ext_module) in cras_dsp_module_set_sink_ext_module()
|
D | cras_dsp_pipeline.c | 784 struct ext_dsp_module *ext_module) in cras_dsp_pipeline_set_sink_ext_module()
|
/external/adhd/cras/src/tests/ |
D | apm_list_unittest.cc | 30 static struct ext_dsp_module *ext_dsp_module_value; 190 struct ext_dsp_module *ext) in cras_iodev_set_ext_dsp_module()
|
D | dsp_unittest.cc | 154 struct ext_dsp_module *ext_module) in cras_dsp_module_set_sink_ext_module()
|
D | cras_dsp_pipeline_unittest.cc | 215 struct ext_dsp_module *ext_module) in cras_dsp_module_set_sink_ext_module() 246 struct ext_dsp_module ext_mod;
|
D | iodev_unittest.cc | 2076 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()
|