Home
last modified time | relevance | path

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

/external/opencore/protocols/systems/3g-324m_pvterminal/h245/per/include/
Dh245_deleter.h367 void Delete_H223ModeChange(PS_H223ModeChange x);
Dh245_decoder.h365 void Decode_H223ModeChange(PS_H223ModeChange x, PS_InStream stream);
Dh245_encoder.h365 void Encode_H223ModeChange(PS_H223ModeChange x, PS_OutStream stream);
Dh245_analysis.h364 void Analyze_H223ModeChange(PS_H223ModeChange x, const char* label, uint16 tag, uint16 indent);
/external/opencore/protocols/systems/3g-324m_pvterminal/h245/cmn/include/
Dh245def.h5180 typedef S_H223ModeChange *PS_H223ModeChange; typedef
/external/opencore/protocols/systems/3g-324m_pvterminal/h245/per/src/
Dh245_deleter.cpp7336 void Delete_H223ModeChange(PS_H223ModeChange x) in Delete_H223ModeChange()
Dh245_decoder.cpp10975 x->h223ModeChange = (PS_H223ModeChange) OSCL_DEFAULT_MALLOC(sizeof(S_H223ModeChange)); in Decode_H223MultiplexReconfiguration()
11017 void Decode_H223ModeChange(PS_H223ModeChange x, PS_InStream stream) in Decode_H223ModeChange()
Dh245_encoder.cpp8229 void Encode_H223ModeChange(PS_H223ModeChange x, PS_OutStream stream) in Encode_H223ModeChange()
Dh245_analysis.cpp8934 void Analyze_H223ModeChange(PS_H223ModeChange x, const char* label, uint16 tag, uint16 indent) in Analyze_H223ModeChange()