Home
last modified time | relevance | path

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

/external/opencore/protocols/systems/3g-324m_pvterminal/h245/per/src/
Dh245_deleter.cpp6561 Delete_RespRemoveConnection(x->respRemoveConnection); in Delete_MultilinkResponse()
6562 OSCL_DEFAULT_FREE(x->respRemoveConnection); in Delete_MultilinkResponse()
Dh245_decoder.cpp9887 …x->respRemoveConnection = (PS_RespRemoveConnection) OSCL_DEFAULT_MALLOC(sizeof(S_RespRemoveConnect… in Decode_MultilinkResponse()
9888 Decode_RespRemoveConnection(x->respRemoveConnection, stream); in Decode_MultilinkResponse()
Dh245_encoder.cpp7390 Encode_RespRemoveConnection(x->respRemoveConnection, stream); in Encode_MultilinkResponse()
Dh245_analysis.cpp7987 … Analyze_RespRemoveConnection(x->respRemoveConnection, "respRemoveConnection", tag, indent); in Analyze_MultilinkResponse()
/external/opencore/protocols/systems/3g-324m_pvterminal/h245/cmn/include/
Dh245def.h4635 struct _RespRemoveConnection *respRemoveConnection; member