Searched refs:decoderType (Results 1 – 2 of 2) sorted by relevance
163 const ocsd_err_t OcsdLibDcdRegister::getDecoderMngrByType(const ocsd_trace_protocol_t decoderType, … in getDecoderMngrByType() argument172 if (m_pLastTypedDecoderMngr && (m_pLastTypedDecoderMngr->getProtocolType() == decoderType)) in getDecoderMngrByType()176 …d_trace_protocol_t, IDecoderMngr *>::const_iterator iter = m_typed_decoder_mngrs.find(decoderType); in getDecoderMngrByType()192 const bool OcsdLibDcdRegister::isRegisteredDecoderType(const ocsd_trace_protocol_t decoderType) in isRegisteredDecoderType() argument194 …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);