Home
last modified time | relevance | path

Searched refs:h235Control (Results 1 – 5 of 5) sorted by relevance

/external/opencore/protocols/systems/3g-324m_pvterminal/h245/per/src/
Dh245_deleter.cpp3127 Delete_NonStandardParameter(x->h235Control); in Delete_DataType()
3128 OSCL_DEFAULT_FREE(x->h235Control); in Delete_DataType()
Dh245_decoder.cpp4868 … x->h235Control = (PS_NonStandardParameter) OSCL_DEFAULT_MALLOC(sizeof(S_NonStandardParameter)); in Decode_DataType()
4869 Decode_NonStandardParameter(x->h235Control, stream); in Decode_DataType()
Dh245_encoder.cpp3633 PutExtensionItem(EPASS Encode_NonStandardParameter, (uint8*)x->h235Control, stream); in Encode_DataType()
Dh245_analysis.cpp3861 Analyze_NonStandardParameter(x->h235Control, "h235Control", tag, indent); in Analyze_DataType()
/external/opencore/protocols/systems/3g-324m_pvterminal/h245/cmn/include/
Dh245def.h2374 struct _NonStandardParameter *h235Control; member