Searched refs:ocsd_extern_dcd_cb_fns (Results 1 – 8 of 8) sorted by relevance
/external/OpenCSD/decoder/include/opencsd/c_api/ |
D | ocsd_c_api_cust_impl.h | 51 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()
|
D | ocsd_c_api_custom.h | 181 } 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/ |
D | ext_dcd_echo_test.c | 65 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()
|
D | ext_dcd_echo_test.h | 76 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…
|
D | ext_dcd_echo_test_fact.c | 51 …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/ |
D | ocsd_c_api_custom_obj.cpp | 130 ocsd_extern_dcd_cb_fns lib_callbacks; in createDecoder() 420 void CustomDecoderWrapper::SetCallbacks(ocsd_extern_dcd_cb_fns & callbacks) in SetCallbacks()
|
D | ocsd_c_api_custom_obj.h | 122 static void SetCallbacks(ocsd_extern_dcd_cb_fns &callbacks);
|
/external/OpenCSD/decoder/docs/ |
D | external_custom.md | 23 - `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…
|