Home
last modified time | relevance | path

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

/external/opencore/protocols/systems/3g-324m_pvterminal/h245/per/include/
Dh245_deleter.h353 void Delete_IsdnOptions(PS_IsdnOptions x);
Dh245_decoder.h351 void Decode_IsdnOptions(PS_IsdnOptions x, PS_InStream stream);
Dh245_encoder.h351 void Encode_IsdnOptions(PS_IsdnOptions x, PS_OutStream stream);
Dh245_analysis.h350 void Analyze_IsdnOptions(PS_IsdnOptions x, const char* label, uint16 tag, uint16 indent);
/external/opencore/protocols/systems/3g-324m_pvterminal/h245/cmn/include/
Dh245def.h4987 typedef S_IsdnOptions *PS_IsdnOptions; typedef
/external/opencore/protocols/systems/3g-324m_pvterminal/h245/per/src/
Dh245_deleter.cpp7018 void Delete_IsdnOptions(PS_IsdnOptions x) in Delete_IsdnOptions()
Dh245_decoder.cpp10562 x->isdnOptions = (PS_IsdnOptions) OSCL_DEFAULT_MALLOC(sizeof(S_IsdnOptions)); in Decode_EndSessionCommand()
10575 void Decode_IsdnOptions(PS_IsdnOptions x, PS_InStream stream) in Decode_IsdnOptions()
Dh245_encoder.cpp7890 void Encode_IsdnOptions(PS_IsdnOptions x, PS_OutStream stream) in Encode_IsdnOptions()
Dh245_analysis.cpp8559 void Analyze_IsdnOptions(PS_IsdnOptions x, const char* label, uint16 tag, uint16 indent) in Analyze_IsdnOptions()