Home
last modified time | relevance | path

Searched refs:pH223Lcp (Results 1 – 4 of 4) sorted by relevance

/external/opencore/protocols/systems/3g-324m_pvterminal/h223/src/
Dh223types.cpp22 : pH223Lcp(NULL), pDataType(NULL) in H223ChannelParam()
27 pH223Lcp = Copy_H223LogicalChannelParameters(lcp); in H223ChannelParam()
44 : pH223Lcp(NULL), pDataType(NULL) in H223ChannelParam()
49 pH223Lcp = Copy_H223LogicalChannelParameters(lcp); in H223ChannelParam()
56 pH223Lcp(NULL), pDataType(NULL) in H223ChannelParam()
59 if (that.pH223Lcp) in H223ChannelParam()
61 pH223Lcp = Copy_H223LogicalChannelParameters(that.pH223Lcp); in H223ChannelParam()
73 if (pH223Lcp) in ~H223ChannelParam()
75 Delete_H223LogicalChannelParameters(pH223Lcp); in ~H223ChannelParam()
76 OSCL_DEFAULT_FREE(pH223Lcp); in ~H223ChannelParam()
[all …]
/external/opencore/protocols/systems/3g-324m_pvterminal/h324/tsc/src/
Dtsc_component.cpp670 PS_H223LogicalChannelParameters pH223Lcp = in LcEtbIdc() local
728 iOlcs.AppendOlc(INCOMING, OpenLcn, pDataType, pH223Lcp); in LcEtbIdc()
793 iOlcs.AppendOlc(OUTGOING, tmp_lcn, pDataType, pH223Lcp); in LcEtbIdc()
822 int leave_status = OpenLogicalChannel(OpenLcn, pDataType, pH223Lcp); in LcEtbIdc()
856 PS_H223LogicalChannelParameters pH223Lcp) in OpenLogicalChannel() argument
861 OpenLcn, CHANNEL_ID_UNKNOWN, pDataType, pH223Lcp)); in OpenLogicalChannel()
/external/opencore/protocols/systems/3g-324m_pvterminal/h324/tsc/include/
Dtsc_component.h302 PS_H223LogicalChannelParameters pH223Lcp);
/external/opencore/protocols/systems/3g-324m_pvterminal/common/include/
Dh223types.h152 PS_H223LogicalChannelParameters pH223Lcp; variable