Home
last modified time | relevance | path

Searched refs:multiplexEntrySendRelease (Results 1 – 6 of 6) sorted by relevance

/external/opencore/protocols/systems/3g-324m_pvterminal/h245/se/src/
Dmt.cpp483 S_MultiplexEntrySendRelease multiplexEntrySendRelease; in MsgMtRlsSend() local
487 multiplexEntrySendRelease.size_of_multiplexTableEntryNumber = (uint16) entries.SizeRead() ; in MsgMtRlsSend()
492 multiplexEntrySendRelease.multiplexTableEntryNumber = multiplexTableEntryNumber ; in MsgMtRlsSend()
496 h245Msg.pData = (uint8*) & multiplexEntrySendRelease ; in MsgMtRlsSend()
/external/opencore/protocols/systems/3g-324m_pvterminal/h245/per/src/
Dh245_deleter.cpp341 Delete_MultiplexEntrySendRelease(x->multiplexEntrySendRelease); in Delete_IndicationMessage()
342 OSCL_DEFAULT_FREE(x->multiplexEntrySendRelease); in Delete_IndicationMessage()
Dh245_decoder.cpp376 …x->multiplexEntrySendRelease = (PS_MultiplexEntrySendRelease) OSCL_DEFAULT_MALLOC(sizeof(S_Multipl… in Decode_IndicationMessage()
377 Decode_MultiplexEntrySendRelease(x->multiplexEntrySendRelease, stream); in Decode_IndicationMessage()
Dh245_encoder.cpp284 Encode_MultiplexEntrySendRelease(x->multiplexEntrySendRelease, stream); in Encode_IndicationMessage()
Dh245_analysis.cpp300 …Analyze_MultiplexEntrySendRelease(x->multiplexEntrySendRelease, "multiplexEntrySendRelease", tag, … in Analyze_IndicationMessage()
/external/opencore/protocols/systems/3g-324m_pvterminal/h245/cmn/include/
Dh245def.h145 struct _MultiplexEntrySendRelease *multiplexEntrySendRelease; member