Searched refs:p_fns (Results 1 – 1 of 1) sorted by relevance
/external/OpenCSD/decoder/tests/ext_dcd_test_eg/c_api_echo_test/ |
D | ext_dcd_echo_test.c | 276 ocsd_extern_dcd_cb_fns *p_fns = &(decoder->lib_fns); in send_none_data_op() local 283 if (lib_cb_usePktMon(p_fns)) in send_none_data_op() 284 lib_cb_PktMon(p_fns, op, 0, 0, 0, 0); in send_none_data_op() 287 if (lib_cb_usePktSink(p_fns)) in send_none_data_op() 288 resp = lib_cb_PktDataSink(p_fns, op, 0, 0); in send_none_data_op() 295 ocsd_extern_dcd_cb_fns *p_fns = &(decoder->lib_fns); in print_init_test_message() local 296 …if (lib_cb_LogMsg(p_fns, OCSD_ERR_SEV_ERROR, "Echo_Test_Decoder: Init - LogMsgCB test.\n") == OCSD… in print_init_test_message() 301 …if(lib_cb_LogError(p_fns, OCSD_ERR_SEV_ERROR, OCSD_OK, 0, decoder->reg_config.cs_id, "Echo_Test_De… in print_init_test_message() 310 ocsd_extern_dcd_cb_fns *p_fns = &(decoder->lib_fns); in print_test_cov_results() local 331 lib_cb_LogMsg(p_fns, OCSD_ERR_SEV_ERROR, coverage_message); in print_test_cov_results() [all …]
|