Home
last modified time | relevance | path

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

/external/opencore/protocols/systems/3g-324m_pvterminal/h245/per/include/
Dh245_deleter.h397 void Delete_IndAal5(PS_IndAal5 x);
Dh245_decoder.h395 void Decode_IndAal5(PS_IndAal5 x, PS_InStream stream);
Dh245_encoder.h395 void Encode_IndAal5(PS_IndAal5 x, PS_OutStream stream);
Dh245_analysis.h394 void Analyze_IndAal5(PS_IndAal5 x, const char* label, uint16 tag, uint16 indent);
/external/opencore/protocols/systems/3g-324m_pvterminal/h245/cmn/include/
Dh245def.h5584 typedef S_IndAal5 *PS_IndAal5; typedef
/external/opencore/protocols/systems/3g-324m_pvterminal/h245/per/src/
Dh245_deleter.cpp7945 void Delete_IndAal5(PS_IndAal5 x) in Delete_IndAal5()
Dh245_decoder.cpp11878 x->indAal5 = (PS_IndAal5) OSCL_DEFAULT_MALLOC(sizeof(S_IndAal5)); in Decode_IndAal()
11893 void Decode_IndAal5(PS_IndAal5 x, PS_InStream stream) in Decode_IndAal5()
Dh245_encoder.cpp8892 void Encode_IndAal5(PS_IndAal5 x, PS_OutStream stream) in Encode_IndAal5()
Dh245_analysis.cpp9665 void Analyze_IndAal5(PS_IndAal5 x, const char* label, uint16 tag, uint16 indent) in Analyze_IndAal5()