Home
last modified time | relevance | path

Searched refs:ITrcTypedBase (Results 1 – 10 of 10) sorted by relevance

/external/OpenCSD/decoder/include/interfaces/
Dtrc_abs_typed_base_i.h49 class ITrcTypedBase
52 ITrcTypedBase() {}; in ITrcTypedBase() function
53 virtual ~ITrcTypedBase() {}; in ~ITrcTypedBase()
Dtrc_indexer_pkt_i.h60 class ITrcPktIndexer : public ITrcTypedBase
Dtrc_pkt_in_i.h54 class IPktDataIn : public ITrcTypedBase
Dtrc_pkt_raw_in_i.h57 class IPktRawDataMon : public ITrcTypedBase
/external/OpenCSD/decoder/include/common/
Docsd_dcd_mngr_i.h79 …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;
Docsd_dcd_mngr.h66 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/
Docsd_c_api_custom_obj.h76 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);
Docsd_c_api.cpp56 …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()
Docsd_c_api_custom_obj.cpp247 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/
Dprog_guide_main.md414 template<class P> class IPktDataIn : public ITrcTypedBase {
429 template<class P> class IPktRawDataMon : public ITrcTypedBase {