Home
last modified time | relevance | path

Searched refs:PS_Al3 (Results 1 – 12 of 12) sorted by relevance

/external/opencore/protocols/systems/3g-324m_pvterminal/h324/tsc/src/
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()
Dtsc_capability.cpp667 pParameter->adaptationLayerType.al3 = (PS_Al3) OSCL_DEFAULT_MALLOC(sizeof(S_Al3)); in GetOutgoingLcnParams()
700 PS_Al3 al3 = h223params->adaptationLayerType.al3; in ValidateIncomingH223LcnParams()
/external/opencore/protocols/systems/3g-324m_pvterminal/h245/per/include/
Dh245_deleter.h168 void Delete_Al3(PS_Al3 x);
Dh245_decoder.h166 void Decode_Al3(PS_Al3 x, PS_InStream stream);
Dh245_encoder.h166 void Encode_Al3(PS_Al3 x, PS_OutStream stream);
Dh245_analysis.h165 void Analyze_Al3(PS_Al3 x, const char* label, uint16 tag, uint16 indent);
/external/opencore/protocols/systems/3g-324m_pvterminal/common/src/
Dh324utils.cpp1609 pParameter->adaptationLayerType.al3 = (PS_Al3) OSCL_DEFAULT_MALLOC(sizeof(S_Al3)); in GetH223LogicalChannelParameters()
/external/opencore/protocols/systems/3g-324m_pvterminal/h245/cmn/include/
Dh245def.h2501 typedef S_Al3 *PS_Al3; typedef
/external/opencore/protocols/systems/3g-324m_pvterminal/h245/per/src/
Dh245_deleter.cpp3264 void Delete_Al3(PS_Al3 x) in Delete_Al3()
Dh245_decoder.cpp5029 x->al3 = (PS_Al3) OSCL_DEFAULT_MALLOC(sizeof(S_Al3)); in Decode_AdaptationLayerType()
5062 void Decode_Al3(PS_Al3 x, PS_InStream stream) in Decode_Al3()
Dh245_encoder.cpp3771 void Encode_Al3(PS_Al3 x, PS_OutStream stream) in Encode_Al3()
Dh245_analysis.cpp4012 void Analyze_Al3(PS_Al3 x, const char* label, uint16 tag, uint16 indent) in Analyze_Al3()