Searched refs:OCSD_PROTOCOL_CUSTOM_0 (Results 1 – 4 of 4) sorted by relevance
57 ocsd_trace_protocol_t OcsdLibDcdRegister::m_nextCustomProtocolID = OCSD_PROTOCOL_CUSTOM_0; 76 if(m_nextCustomProtocolID > OCSD_PROTOCOL_CUSTOM_0) in releaseLastCustomProtocolID()141 if(pMngr->getProtocolType() >= OCSD_PROTOCOL_CUSTOM_0) in deRegisterCustomDecoders()
567 …OCSD_PROTOCOL_CUSTOM_0 = 100, /**< Values from this onwards are assigned to external registered … enumerator585 #define OCSD_PROTOCOL_IS_CUSTOM(P) ((P >= OCSD_PROTOCOL_CUSTOM_0) && (P < OCSD_PROTOCOL_END ))
500 if ((protocol >= OCSD_PROTOCOL_CUSTOM_0) && (protocol < OCSD_PROTOCOL_END)) in ocsd_create_pkt_sink_cb()539 if ((protocol >= OCSD_PROTOCOL_CUSTOM_0) && (protocol < OCSD_PROTOCOL_END)) in ocsd_create_pkt_mon_cb()
834 case OCSD_PROTOCOL_CUSTOM_0: in create_decoder()