Searched refs:ITrcTypedBase (Results 1 – 10 of 10) sorted by relevance
/external/OpenCSD/decoder/include/interfaces/ |
D | trc_abs_typed_base_i.h | 49 class ITrcTypedBase 52 ITrcTypedBase() {}; in ITrcTypedBase() function 53 virtual ~ITrcTypedBase() {}; in ~ITrcTypedBase()
|
D | trc_indexer_pkt_i.h | 60 class ITrcPktIndexer : public ITrcTypedBase
|
D | trc_pkt_in_i.h | 54 class IPktDataIn : public ITrcTypedBase
|
D | trc_pkt_raw_in_i.h | 57 class IPktRawDataMon : public ITrcTypedBase
|
/external/OpenCSD/decoder/include/common/ |
D | ocsd_dcd_mngr_i.h | 79 …virtual ocsd_err_t attachPktMonitor(TraceComponent *pComponent, ITrcTypedBase *pPktRawDataMon) = 0; 82 virtual ocsd_err_t attachPktIndexer(TraceComponent *pComponent, ITrcTypedBase *pPktIndexer) = 0; 85 virtual ocsd_err_t attachPktSink(TraceComponent *pComponent, ITrcTypedBase *pPktDataInSink) = 0;
|
D | ocsd_dcd_mngr.h | 66 virtual ocsd_err_t attachPktMonitor(TraceComponent *pComponent, ITrcTypedBase *pPktRawDataMon); 67 virtual ocsd_err_t attachPktIndexer(TraceComponent *pComponent, ITrcTypedBase *pPktIndexer); 68 virtual ocsd_err_t attachPktSink(TraceComponent *pComponent, ITrcTypedBase *pPktDataInSink); 249 ocsd_err_t DecoderMngrBase<P,Pt,Pc>::attachPktMonitor(TraceComponent *pComponent, ITrcTypedBase *pP… in attachPktMonitor() 270 ocsd_err_t DecoderMngrBase<P,Pt,Pc>::attachPktIndexer(TraceComponent *pComponent, ITrcTypedBase *pP… in attachPktIndexer() 291 ocsd_err_t DecoderMngrBase<P,Pt,Pc>::attachPktSink(TraceComponent *pComponent, ITrcTypedBase *pPktD… in attachPktSink()
|
/external/OpenCSD/decoder/source/c_api/ |
D | ocsd_c_api_custom_obj.h | 76 virtual ocsd_err_t attachPktMonitor(TraceComponent *pComponent, ITrcTypedBase *pPktRawDataMon); 79 virtual ocsd_err_t attachPktIndexer(TraceComponent *pComponent, ITrcTypedBase *pPktIndexer); 82 virtual ocsd_err_t attachPktSink(TraceComponent *pComponent, ITrcTypedBase *pPktDataInSink);
|
D | ocsd_c_api.cpp | 56 …ace_protocol_t protocol, FnDefPktDataIn pPktInFn, const void *p_context, ITrcTypedBase **ppCBObj ); 57 …ce_protocol_t protocol, FnDefPktDataMon pPktInFn, const void *p_context, ITrcTypedBase **ppCBObj ); 66 std::vector<ITrcTypedBase *> cb_objs; 125 std::vector<ITrcTypedBase *>::iterator itcb; in ocsd_destroy_dcd_tree() 202 ITrcTypedBase *pDataInSink = 0; // pointer to a sink callback object in ocsd_dt_attach_packet_callback() 476 …ace_protocol_t protocol, FnDefPktDataIn pPktInFn, const void *p_context, ITrcTypedBase **ppCBObj ) in ocsd_create_pkt_sink_cb() 515 …ace_protocol_t protocol, FnDefPktDataMon pPktInFn, const void *p_context, ITrcTypedBase **ppCBObj ) in ocsd_create_pkt_mon_cb()
|
D | ocsd_c_api_custom_obj.cpp | 247 ocsd_err_t CustomDcdMngrWrapper::attachPktMonitor(TraceComponent *pComponent, ITrcTypedBase *pPktRa… in attachPktMonitor() 263 ocsd_err_t CustomDcdMngrWrapper::attachPktIndexer(TraceComponent *pComponent, ITrcTypedBase *pPktIn… in attachPktIndexer() 269 ocsd_err_t CustomDcdMngrWrapper::attachPktSink(TraceComponent *pComponent, ITrcTypedBase *pPktDataI… in attachPktSink()
|
/external/OpenCSD/decoder/docs/prog_guide/ |
D | prog_guide_main.md | 414 template<class P> class IPktDataIn : public ITrcTypedBase { 429 template<class P> class IPktRawDataMon : public ITrcTypedBase {
|