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/ |
D | ext_dcd_echo_test_fact.c | 51 …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()
|
D | ext_dcd_echo_test.c | 63 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()
|
D | ext_dcd_echo_test.h | 90 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/ |
D | ocsd_c_api_cust_fact.h | 43 …omDecoder(const int create_flags, const void *decoder_cfg, ocsd_extern_dcd_inst_t *p_decoder_inst);
|
D | ocsd_c_api_custom.h | 204 …ecoder_cfg, const ocsd_extern_dcd_cb_fns *p_lib_callbacks, ocsd_extern_dcd_inst_t *p_decoder_inst);
|
/external/OpenCSD/decoder/docs/ |
D | external_custom.md | 73 …ecoder_cfg, const ocsd_extern_dcd_cb_fns *p_lib_callbacks, ocsd_extern_dcd_inst_t *p_decoder_inst)`
|