Home
last modified time | relevance | path

Searched refs:p_decoder_inst (Results 1 – 6 of 6) sorted by relevance

/external/OpenCSD/decoder/tests/ext_dcd_test_eg/c_api_echo_test/
Dext_dcd_echo_test_fact.c51 …ecoder_cfg, const ocsd_extern_dcd_cb_fns *p_lib_callbacks, ocsd_extern_dcd_inst_t *p_decoder_inst);
74 …decoder_cfg, const ocsd_extern_dcd_cb_fns *p_lib_callbacks, ocsd_extern_dcd_inst_t *p_decoder_inst) in ext_echo_create() argument
81 echo_dcd_init(decoder,p_decoder_inst,(echo_dcd_cfg_t *)decoder_cfg, p_lib_callbacks); in ext_echo_create()
Dext_dcd_echo_test.c63 ocsd_extern_dcd_inst_t *p_decoder_inst,
116 void echo_dcd_init(echo_decoder_t *decoder, ocsd_extern_dcd_inst_t *p_decoder_inst, const echo_dcd_… in echo_dcd_init() argument
131 p_decoder_inst->decoder_handle = decoder; in echo_dcd_init()
132 p_decoder_inst->p_decoder_name = DECODER_NAME; in echo_dcd_init()
133 p_decoder_inst->cs_id = p_config->cs_id; in echo_dcd_init()
136 p_decoder_inst->fn_data_in = echo_dcd_trace_data_in; in echo_dcd_init()
137 p_decoder_inst->fn_update_pkt_mon = echo_dcd_update_mon_flags; in echo_dcd_init()
Dext_dcd_echo_test.h90 void echo_dcd_init(echo_decoder_t *decoder, ocsd_extern_dcd_inst_t *p_decoder_inst, const echo_dcd_…
/external/OpenCSD/decoder/include/opencsd/c_api/
Docsd_c_api_cust_fact.h43 …omDecoder(const int create_flags, const void *decoder_cfg, ocsd_extern_dcd_inst_t *p_decoder_inst);
Docsd_c_api_custom.h204 …ecoder_cfg, const ocsd_extern_dcd_cb_fns *p_lib_callbacks, ocsd_extern_dcd_inst_t *p_decoder_inst);
/external/OpenCSD/decoder/docs/
Dexternal_custom.md73 …ecoder_cfg, const ocsd_extern_dcd_cb_fns *p_lib_callbacks, ocsd_extern_dcd_inst_t *p_decoder_inst)`