Home
last modified time | relevance | path

Searched refs:PS_IndicationMessage (Results 1 – 9 of 9) sorted by relevance

/external/opencore/protocols/systems/3g-324m_pvterminal/h245/per/include/
Dh245_deleter.h36 void Delete_IndicationMessage(PS_IndicationMessage x);
Dh245_decoder.h34 void Decode_IndicationMessage(PS_IndicationMessage x, PS_InStream stream);
Dh245_encoder.h34 void Encode_IndicationMessage(PS_IndicationMessage x, PS_OutStream stream);
Dh245_analysis.h34 void Analyze_IndicationMessage(PS_IndicationMessage x, const char* label, uint16 tag, uint16 indent…
/external/opencore/protocols/systems/3g-324m_pvterminal/h245/cmn/include/
Dh245def.h164 typedef S_IndicationMessage *PS_IndicationMessage; typedef
/external/opencore/protocols/systems/3g-324m_pvterminal/h245/per/src/
Dh245_deleter.cpp312 void Delete_IndicationMessage(PS_IndicationMessage x) in Delete_IndicationMessage()
Dh245_decoder.cpp54 x->indication = (PS_IndicationMessage) OSCL_DEFAULT_MALLOC(sizeof(S_IndicationMessage)); in Decode_MultimediaSystemControlMessage()
346 void Decode_IndicationMessage(PS_IndicationMessage x, PS_InStream stream) in Decode_IndicationMessage()
Dh245_encoder.cpp260 void Encode_IndicationMessage(PS_IndicationMessage x, PS_OutStream stream) in Encode_IndicationMessage()
Dh245_analysis.cpp274 void Analyze_IndicationMessage(PS_IndicationMessage x, const char* label, uint16 tag, uint16 indent) in Analyze_IndicationMessage()