Searched refs:PS_IsdnOptions (Results 1 – 9 of 9) sorted by relevance
/external/opencore/protocols/systems/3g-324m_pvterminal/h245/per/include/ |
D | h245_deleter.h | 353 void Delete_IsdnOptions(PS_IsdnOptions x);
|
D | h245_decoder.h | 351 void Decode_IsdnOptions(PS_IsdnOptions x, PS_InStream stream);
|
D | h245_encoder.h | 351 void Encode_IsdnOptions(PS_IsdnOptions x, PS_OutStream stream);
|
D | h245_analysis.h | 350 void Analyze_IsdnOptions(PS_IsdnOptions x, const char* label, uint16 tag, uint16 indent);
|
/external/opencore/protocols/systems/3g-324m_pvterminal/h245/cmn/include/ |
D | h245def.h | 4987 typedef S_IsdnOptions *PS_IsdnOptions; typedef
|
/external/opencore/protocols/systems/3g-324m_pvterminal/h245/per/src/ |
D | h245_deleter.cpp | 7018 void Delete_IsdnOptions(PS_IsdnOptions x) in Delete_IsdnOptions()
|
D | h245_decoder.cpp | 10562 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()
|
D | h245_encoder.cpp | 7890 void Encode_IsdnOptions(PS_IsdnOptions x, PS_OutStream stream) in Encode_IsdnOptions()
|
D | h245_analysis.cpp | 8559 void Analyze_IsdnOptions(PS_IsdnOptions x, const char* label, uint16 tag, uint16 indent) in Analyze_IsdnOptions()
|