Home
last modified time | relevance | path

Searched refs:ocsd_extern_dcd_cb_fns (Results 1 – 8 of 8) sorted by relevance

/external/OpenCSD/decoder/include/opencsd/c_api/
Docsd_c_api_cust_impl.h51 static inline ocsd_datapath_resp_t lib_cb_GenElemOp(const ocsd_extern_dcd_cb_fns *callbacks, in lib_cb_GenElemOp()
61 static inline ocsd_err_t lib_cb_LogError(const ocsd_extern_dcd_cb_fns *callbacks, in lib_cb_LogError()
76 static inline ocsd_err_t lib_cb_LogMsg(const ocsd_extern_dcd_cb_fns *callbacks, in lib_cb_LogMsg()
88 static inline ocsd_err_t lib_cb_DecodeArmInst(const ocsd_extern_dcd_cb_fns *callbacks, in lib_cb_DecodeArmInst()
96 static inline ocsd_err_t lib_cb_MemAccess(const ocsd_extern_dcd_cb_fns *callbacks, in lib_cb_MemAccess()
108 static inline void lib_cb_PktMon(const ocsd_extern_dcd_cb_fns *callbacks, in lib_cb_PktMon()
122 static inline int lib_cb_usePktMon(const ocsd_extern_dcd_cb_fns *callbacks) in lib_cb_usePktMon()
129 static inline ocsd_datapath_resp_t lib_cb_PktDataSink(const ocsd_extern_dcd_cb_fns *callbacks, in lib_cb_PktDataSink()
144 static inline int lib_cb_usePktSink(const ocsd_extern_dcd_cb_fns *callbacks) in lib_cb_usePktSink()
149 static inline void lib_cb_updatePktCBFlags(ocsd_extern_dcd_cb_fns *callbacks, const int newFlags) in lib_cb_updatePktCBFlags()
Docsd_c_api_custom.h181 } ocsd_extern_dcd_cb_fns; typedef
204 …mDecoder)(const int create_flags, const void *decoder_cfg, const ocsd_extern_dcd_cb_fns *p_lib_cal…
/external/OpenCSD/decoder/tests/ext_dcd_test_eg/c_api_echo_test/
Dext_dcd_echo_test.c65 const ocsd_extern_dcd_cb_fns *p_lib_callbacks);
116 …cd_inst_t *p_decoder_inst, const echo_dcd_cfg_t *p_config, const ocsd_extern_dcd_cb_fns *p_lib_cal… in echo_dcd_init()
124 …memcpy(&(decoder->lib_fns), p_lib_callbacks, sizeof(ocsd_extern_dcd_cb_fns)); // copy in the the … in echo_dcd_init()
276 ocsd_extern_dcd_cb_fns *p_fns = &(decoder->lib_fns); in send_none_data_op()
295 ocsd_extern_dcd_cb_fns *p_fns = &(decoder->lib_fns); in print_init_test_message()
310 ocsd_extern_dcd_cb_fns *p_fns = &(decoder->lib_fns); in print_test_cov_results()
344 ocsd_extern_dcd_cb_fns *p_fns = &(decoder->lib_fns); in analyse_packet()
Dext_dcd_echo_test.h76 ocsd_extern_dcd_cb_fns lib_fns; /** Library Callback functions */
90 …cd_inst_t *p_decoder_inst, const echo_dcd_cfg_t *p_config, const ocsd_extern_dcd_cb_fns *p_lib_cal…
Dext_dcd_echo_test_fact.c51 …ho_create(const int create_flags, const void *decoder_cfg, const ocsd_extern_dcd_cb_fns *p_lib_cal…
74 …ho_create(const int create_flags, const void *decoder_cfg, const ocsd_extern_dcd_cb_fns *p_lib_cal… in ext_echo_create()
/external/OpenCSD/decoder/source/c_api/
Docsd_c_api_custom_obj.cpp130 ocsd_extern_dcd_cb_fns lib_callbacks; in createDecoder()
420 void CustomDecoderWrapper::SetCallbacks(ocsd_extern_dcd_cb_fns & callbacks) in SetCallbacks()
Docsd_c_api_custom_obj.h122 static void SetCallbacks(ocsd_extern_dcd_cb_fns &callbacks);
/external/OpenCSD/decoder/docs/
Dexternal_custom.md23 - `ocsd_extern_dcd_cb_fns` : This structure provides a set of callback functions allowing the decod…
73 …omDecoder(const int create_flags, const void *decoder_cfg, const ocsd_extern_dcd_cb_fns *p_lib_cal…
86 Secondly the library will provide a structure of callback functions - `ocsd_extern_dcd_cb_fns` - th…