Lines Matching refs:instID
52 …virtual ocsd_err_t createDecoder(const int create_flags, const int instID, const CSConfig *p_confi…
77 virtual TraceComponent *createPktProc(const bool useInstID, const int instID) = 0;
78 virtual TraceComponent *createPktDecode(const bool useInstID, const int instID) { return 0; }; in createPktDecode() argument
96 ocsd_err_t DecoderMngrBase<P,Pt,Pc>::createDecoder(const int create_flags, const int instID, const… in createDecoder() argument
114 pkt_proc = createPktProc(bUseInstID, instID); in createDecoder()
135 pkt_dcd = createPktDecode(bUseInstID, instID); in createDecoder()
339 virtual TraceComponent *createPktProc(const bool useInstID, const int instID) in createPktProc() argument
343 pComp = new (std::nothrow) PktProc(instID); in createPktProc()
349 virtual TraceComponent *createPktDecode(const bool useInstID, const int instID) in createPktDecode() argument
353 pComp = new (std::nothrow)PktDcd(instID); in createPktDecode()
381 virtual TraceComponent *createPktProc(const bool useInstID, const int instID) in createPktProc() argument
385 pComp = new (std::nothrow) PktProc(instID); in createPktProc()
391 virtual TraceComponent *createPktDecode(const bool useInstID, const int instID) in createPktDecode() argument
395 pComp = new (std::nothrow)PktDcd(instID); in createPktDecode()
425 virtual TraceComponent *createPktProc(const bool useInstID, const int instID) in createPktProc() argument
429 pComp = new (std::nothrow) PktProc(instID); in createPktProc()