Searched refs:PS_IndicationMessage (Results 1 – 9 of 9) sorted by relevance
/external/opencore/protocols/systems/3g-324m_pvterminal/h245/per/include/ |
D | h245_deleter.h | 36 void Delete_IndicationMessage(PS_IndicationMessage x);
|
D | h245_decoder.h | 34 void Decode_IndicationMessage(PS_IndicationMessage x, PS_InStream stream);
|
D | h245_encoder.h | 34 void Encode_IndicationMessage(PS_IndicationMessage x, PS_OutStream stream);
|
D | h245_analysis.h | 34 void Analyze_IndicationMessage(PS_IndicationMessage x, const char* label, uint16 tag, uint16 indent…
|
/external/opencore/protocols/systems/3g-324m_pvterminal/h245/cmn/include/ |
D | h245def.h | 164 typedef S_IndicationMessage *PS_IndicationMessage; typedef
|
/external/opencore/protocols/systems/3g-324m_pvterminal/h245/per/src/ |
D | h245_deleter.cpp | 312 void Delete_IndicationMessage(PS_IndicationMessage x) in Delete_IndicationMessage()
|
D | h245_decoder.cpp | 54 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()
|
D | h245_encoder.cpp | 260 void Encode_IndicationMessage(PS_IndicationMessage x, PS_OutStream stream) in Encode_IndicationMessage()
|
D | h245_analysis.cpp | 274 void Analyze_IndicationMessage(PS_IndicationMessage x, const char* label, uint16 tag, uint16 indent) in Analyze_IndicationMessage()
|