Home
last modified time | relevance | path

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

/external/opencore/protocols/systems/3g-324m_pvterminal/h245/per/include/
Dh245_deleter.h184 void Delete_ERM(PS_ERM x);
Dh245_decoder.h182 void Decode_ERM(PS_ERM x, PS_InStream stream);
Dh245_encoder.h182 void Encode_ERM(PS_ERM x, PS_OutStream stream);
Dh245_analysis.h181 void Analyze_ERM(PS_ERM x, const char* label, uint16 tag, uint16 indent);
/external/opencore/protocols/systems/3g-324m_pvterminal/h245/cmn/include/
Dh245def.h2717 typedef S_ERM *PS_ERM; typedef
/external/opencore/protocols/systems/3g-324m_pvterminal/h245/per/src/
Dh245_deleter.cpp3597 void Delete_ERM(PS_ERM x) in Delete_ERM()
Dh245_decoder.cpp5493 x->eRM = (PS_ERM) OSCL_DEFAULT_MALLOC(sizeof(S_ERM)); in Decode_Mode()
5511 void Decode_ERM(PS_ERM x, PS_InStream stream) in Decode_ERM()
Dh245_encoder.cpp4140 void Encode_ERM(PS_ERM x, PS_OutStream stream) in Encode_ERM()
Dh245_analysis.cpp4412 void Analyze_ERM(PS_ERM x, const char* label, uint16 tag, uint16 indent) in Analyze_ERM()