Searched refs:odsp_hw (Results 1 – 2 of 2) sorted by relevance
/hardware/knowles/athletico/sound_trigger_hal/tests/ |
D | plugin_status_test.c | 41 struct iaxxx_odsp_hw* odsp_hw= NULL; in main() local 112 if((odsp_hw = iaxxx_odsp_init()) == NULL) { in main() 123 if((odsp_hw = iaxxx_odsp_init()) == NULL) { in main() 127 err = iaxxx_odsp_plugin_get_status_info(odsp_hw, in main() 130 iaxxx_odsp_deinit(odsp_hw); in main() 165 if((odsp_hw = iaxxx_odsp_init()) == NULL) { in main() 169 err = iaxxx_odsp_plugin_get_endpoint_status(odsp_hw, in main() 172 iaxxx_odsp_deinit(odsp_hw); in main() 198 if((odsp_hw = iaxxx_odsp_init()) == NULL) { in main() 203 err = iaxxx_odsp_plugin_read_error(odsp_hw, in main() [all …]
|
D | setparamblk_test.c | 49 static int setparamblk_with_ack_test(struct iaxxx_odsp_hw *odsp_hw, in setparamblk_with_ack_test() argument 87 ret = iaxxx_odsp_plugin_set_parameter_blk_with_ack(odsp_hw, inst_id, in setparamblk_with_ack_test() 118 struct iaxxx_odsp_hw* odsp_hw = NULL; in main() local 238 if ((odsp_hw = iaxxx_odsp_init()) == NULL) { in main() 245 err = iaxxx_odsp_plugin_set_parameter_blk_from_file(odsp_hw, in main() 252 err = iaxxx_odsp_plugin_set_custom_cfg(odsp_hw, plugin_instance_id, in main() 258 err = setparamblk_with_ack_test(odsp_hw, plugin_instance_id, in main() 276 iaxxx_odsp_deinit(odsp_hw); in main()
|