Home
last modified time | relevance | path

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

/external/opencore/protocols/systems/3g-324m_pvterminal/h245/per/src/
Dh245_deleter.cpp6454 Delete_CallInformation(x->callInformation); in Delete_MultilinkRequest()
6455 OSCL_DEFAULT_FREE(x->callInformation); in Delete_MultilinkRequest()
Dh245_decoder.cpp9726 … x->callInformation = (PS_CallInformation) OSCL_DEFAULT_MALLOC(sizeof(S_CallInformation)); in Decode_MultilinkRequest()
9727 Decode_CallInformation(x->callInformation, stream); in Decode_MultilinkRequest()
Dh245_encoder.cpp7282 Encode_CallInformation(x->callInformation, stream); in Encode_MultilinkRequest()
Dh245_analysis.cpp7865 Analyze_CallInformation(x->callInformation, "callInformation", tag, indent); in Analyze_MultilinkRequest()
/external/opencore/protocols/systems/3g-324m_pvterminal/h245/cmn/include/
Dh245def.h4584 struct _CallInformation *callInformation; member