Searched refs:forward_params (Results 1 – 2 of 2) sorted by relevance
/external/opencore/protocols/systems/3g-324m_pvterminal/h223/src/ |
D | h223types.cpp | 169 H223ChannelParam* forward_params, in NewL() argument 173 ret->Set(dir, id, forward_params, reverse_params); in NewL() 191 void OlcParam::Set(TPVDirection dir, TPVChannelId id, H223ChannelParam* forward_params, H223Channel… in Set() argument 206 if (forward_params) in Set() 208 iForwardParams = OSCL_NEW(H223ChannelParam, (*forward_params)); in Set() 224 H223ChannelParam* forward_params = new H223ChannelParam(id, lcp, dt); in InitOlc() local 231 Set(dir, id, forward_params, reverse_params); in InitOlc() 233 delete forward_params; in InitOlc()
|
/external/opencore/protocols/systems/3g-324m_pvterminal/common/include/ |
D | h223types.h | 181 …static OlcParam* NewL(TPVDirection dir, TPVChannelId iId, H223ChannelParam* forward_params, H223Ch… 213 …void Set(TPVDirection dir, TPVChannelId iId, H223ChannelParam* forward_params, H223ChannelParam* r…
|