Home
last modified time | relevance | path

Searched refs:OCSD_PROTOCOL_END (Results 1 – 6 of 6) sorted by relevance

/external/OpenCSD/decoder/source/c_api/
Docsd_c_api_custom_obj.cpp67 if(p_dcd_fact->protocol_id < OCSD_PROTOCOL_END) in ocsd_register_custom_decoder()
108 m_dcd_fact.protocol_id = OCSD_PROTOCOL_END; in CustomDcdMngrWrapper()
122 if(m_dcd_fact.protocol_id == OCSD_PROTOCOL_END) in createDecoder()
166 if(m_dcd_fact.protocol_id != OCSD_PROTOCOL_END) in destroyDecoder()
Docsd_c_api.cpp549 if ((protocol >= OCSD_PROTOCOL_CUSTOM_0) && (protocol < OCSD_PROTOCOL_END)) in ocsd_create_pkt_sink_cb()
588 if ((protocol >= OCSD_PROTOCOL_CUSTOM_0) && (protocol < OCSD_PROTOCOL_END)) in ocsd_create_pkt_mon_cb()
/external/OpenCSD/decoder/include/common/
Docsd_dcd_tree_elem.h88 protocol = OCSD_PROTOCOL_END; in DecodeTreeElement()
/external/OpenCSD/decoder/tests/ext_dcd_test_eg/c_api_echo_test/
Dext_dcd_echo_test_fact.c70 echo_test_decoder_fact.protocol_id = OCSD_PROTOCOL_END; in ext_echo_get_dcd_fact()
/external/OpenCSD/decoder/include/opencsd/
Docsd_if_types.h586 OCSD_PROTOCOL_END /**< Invalid protocol - protocol types end marker */ enumerator
593 #define OCSD_PROTOCOL_IS_CUSTOM(P) ((P >= OCSD_PROTOCOL_CUSTOM_0) && (P < OCSD_PROTOCOL_END ))
/external/OpenCSD/decoder/source/
Docsd_lib_dcd_register.cpp71 if(m_nextCustomProtocolID < OCSD_PROTOCOL_END) in getNextCustomProtocolID()