Home
last modified time | relevance | path

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

/external/opencore/protocols/systems/3g-324m_pvterminal/h245/per/include/
Dh245_deleter.h354 void Delete_GstnOptions(PS_GstnOptions x);
Dh245_decoder.h352 void Decode_GstnOptions(PS_GstnOptions x, PS_InStream stream);
Dh245_encoder.h352 void Encode_GstnOptions(PS_GstnOptions x, PS_OutStream stream);
Dh245_analysis.h351 void Analyze_GstnOptions(PS_GstnOptions x, const char* label, uint16 tag, uint16 indent);
/external/opencore/protocols/systems/3g-324m_pvterminal/h245/cmn/include/
Dh245def.h5001 typedef S_GstnOptions *PS_GstnOptions; typedef
/external/opencore/protocols/systems/3g-324m_pvterminal/h245/per/src/
Dh245_deleter.cpp7042 void Delete_GstnOptions(PS_GstnOptions x) in Delete_GstnOptions()
Dh245_decoder.cpp10554 x->gstnOptions = (PS_GstnOptions) OSCL_DEFAULT_MALLOC(sizeof(S_GstnOptions)); in Decode_EndSessionCommand()
10601 void Decode_GstnOptions(PS_GstnOptions x, PS_InStream stream) in Decode_GstnOptions()
Dh245_encoder.cpp7915 void Encode_GstnOptions(PS_GstnOptions x, PS_OutStream stream) in Encode_GstnOptions()
Dh245_analysis.cpp8587 void Analyze_GstnOptions(PS_GstnOptions x, const char* label, uint16 tag, uint16 indent) in Analyze_GstnOptions()