Home
last modified time | relevance | path

Searched refs:OCSD_PROTOCOL_CUSTOM_0 (Results 1 – 4 of 4) sorted by relevance

/external/OpenCSD/decoder/source/
Docsd_lib_dcd_register.cpp57 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()
/external/OpenCSD/decoder/include/opencsd/
Docsd_if_types.h567OCSD_PROTOCOL_CUSTOM_0 = 100, /**< Values from this onwards are assigned to external registered … enumerator
585 #define OCSD_PROTOCOL_IS_CUSTOM(P) ((P >= OCSD_PROTOCOL_CUSTOM_0) && (P < OCSD_PROTOCOL_END ))
/external/OpenCSD/decoder/source/c_api/
Docsd_c_api.cpp500 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()
/external/OpenCSD/decoder/tests/source/
Dc_api_pkt_print_test.c834 case OCSD_PROTOCOL_CUSTOM_0: in create_decoder()