Searched refs:decoderType (Results 1 – 2 of 2) sorted by relevance
164 const ocsd_err_t OcsdLibDcdRegister::getDecoderMngrByType(const ocsd_trace_protocol_t decoderType, … in getDecoderMngrByType() argument173 if (m_pLastTypedDecoderMngr && (m_pLastTypedDecoderMngr->getProtocolType() == decoderType)) in getDecoderMngrByType()177 …d_trace_protocol_t, IDecoderMngr *>::const_iterator iter = m_typed_decoder_mngrs.find(decoderType); in getDecoderMngrByType()193 const bool OcsdLibDcdRegister::isRegisteredDecoderType(const ocsd_trace_protocol_t decoderType) in isRegisteredDecoderType() argument195 …d_trace_protocol_t, IDecoderMngr *>::const_iterator iter = m_typed_decoder_mngrs.find(decoderType); in isRegisteredDecoderType()
65 …const ocsd_err_t getDecoderMngrByType(const ocsd_trace_protocol_t decoderType, IDecoderMngr **p_de…71 const bool isRegisteredDecoderType(const ocsd_trace_protocol_t decoderType);