Home
last modified time | relevance | path

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

/external/opencore/protocols/systems/3g-324m_pvterminal/h324/tsc/src/
Dtsc_capability.cpp667 pParameter->adaptationLayerType.al3 = (PS_Al3) OSCL_DEFAULT_MALLOC(sizeof(S_Al3)); in GetOutgoingLcnParams()
668 oscl_memcpy(pParameter->adaptationLayerType.al3, adaptation_layer->al3, sizeof(S_Al3)); in GetOutgoingLcnParams()
Dtsc_component.cpp221 PS_Al3 al3 = (PS_Al3)OSCL_DEFAULT_MALLOC(sizeof(S_Al3)); in GetOutgoingLayer()
250 PS_Al3 al3 = (PS_Al3)OSCL_DEFAULT_MALLOC(sizeof(S_Al3)); in GetOutgoingLayer()
1079 PS_Al3 al3 = (PS_Al3)OSCL_DEFAULT_MALLOC(sizeof(S_Al3)); in BlcEtbIdc()
/external/opencore/protocols/systems/3g-324m_pvterminal/common/src/
Dh324utils.cpp1609 pParameter->adaptationLayerType.al3 = (PS_Al3) OSCL_DEFAULT_MALLOC(sizeof(S_Al3)); in GetH223LogicalChannelParameters()
1610 oscl_memset(pParameter->adaptationLayerType.al3, 0, sizeof(S_Al3)); in GetH223LogicalChannelParameters()
/external/opencore/protocols/systems/3g-324m_pvterminal/h245/cmn/include/
Dh245def.h2500 } S_Al3; typedef
2501 typedef S_Al3 *PS_Al3;
/external/opencore/protocols/systems/3g-324m_pvterminal/h245/per/src/
Dh245_decoder.cpp5029 x->al3 = (PS_Al3) OSCL_DEFAULT_MALLOC(sizeof(S_Al3)); in Decode_AdaptationLayerType()