Home
last modified time | relevance | path

Searched refs:H223ChannelParam (Results 1 – 8 of 8) sorted by relevance

/external/opencore/protocols/systems/3g-324m_pvterminal/h223/src/
Dh223types.cpp21 H223ChannelParam::H223ChannelParam(TPVChannelId id, PS_H223LogicalChannelParameters lcp, PS_DataTyp… in H223ChannelParam() function in H223ChannelParam
40 H223ChannelParam::H223ChannelParam(TPVChannelId id, in H223ChannelParam() function in H223ChannelParam
55 H223ChannelParam::H223ChannelParam(const H223ChannelParam & that) : CPVChannelParam(), in H223ChannelParam() function in H223ChannelParam
71 H223ChannelParam::~H223ChannelParam() in ~H223ChannelParam()
87 H223ChannelParam& H223ChannelParam::operator =(const H223ChannelParam & that) in operator =()
98 void H223ChannelParam::SetLcnParams(PS_H223LogicalChannelParameters lcp) in SetLcnParams()
112 void H223ChannelParam::SetDataType(PS_DataType dt) in SetDataType()
126 void H223ChannelParam::Clear() in Clear()
133 PS_H223LogicalChannelParameters H223ChannelParam::GetLcnParams() in GetLcnParams()
138 PS_DataType H223ChannelParam::GetDataType() in GetDataType()
[all …]
Dcpvh223multiplex.cpp601 H223ChannelParam* h223params) in OpenChannel()
/external/opencore/protocols/systems/3g-324m_pvterminal/common/include/
Dh223types.h121 class H223ChannelParam : public CPVChannelParam
124 H223ChannelParam(TPVChannelId id, PS_H223LogicalChannelParameters lcp, PS_DataType dt);
125 H223ChannelParam(TPVChannelId id,
130 H223ChannelParam(const H223ChannelParam & that);
131 ~H223ChannelParam();
132 H223ChannelParam& operator =(const H223ChannelParam& that);
181 …OlcParam* NewL(TPVDirection dir, TPVChannelId iId, H223ChannelParam* forward_params, H223ChannelPa…
189 H223ChannelParam* GetForwardParams();
190 H223ChannelParam* GetReverseParams();
213 …void Set(TPVDirection dir, TPVChannelId iId, H223ChannelParam* forward_params, H223ChannelParam* r…
[all …]
/external/opencore/protocols/systems/3g-324m_pvterminal/h324/tsc/include/
Dtscmain.h604 H223ChannelParam* iUnusedChannels[MAX_LCNS];
640 Oscl_Vector<H223ChannelParam*, PVMFTscAlloc> iIncomingChannels;
Dtsc_component.h307 void OpenPort(TPVDirection dir, TPVChannelId lcn, H223ChannelParam* param);
/external/opencore/protocols/systems/3g-324m_pvterminal/h223/include/
Dcpvh223multiplex.h128 …TPVStatusCode OpenChannel(TPVDirection direction, TPVChannelId channel_id, H223ChannelParam* chann…
/external/opencore/protocols/systems/3g-324m_pvterminal/h324/tsc/src/
Dtscmain.cpp624 H223ChannelParam in_channel_params(0, in Connect()
628 H223ChannelParam out_channel_params(0, in Connect()
828 H223ChannelParam* param = iIncomingChannels.back(); in Disconnect()
Dtsc_component.cpp1420 H223ChannelParam* param = NULL; in GetChannelFormatAndCapabilities()
2325 void TSC_component::OpenPort(TPVDirection dir, TPVChannelId lcn, H223ChannelParam* param) in OpenPort()