Searched refs:reverse_params (Results 1 – 2 of 2) sorted by relevance
/external/opencore/protocols/systems/3g-324m_pvterminal/h223/src/ |
D | h223types.cpp | 170 H223ChannelParam* reverse_params) in NewL() argument 173 ret->Set(dir, id, forward_params, reverse_params); in NewL() 191 …Direction dir, TPVChannelId id, H223ChannelParam* forward_params, H223ChannelParam* reverse_params) in Set() argument 210 if (reverse_params) in Set() 212 iReverseParams = OSCL_NEW(H223ChannelParam, (*reverse_params)); in Set() 225 H223ChannelParam* reverse_params = NULL; in InitOlc() local 228 reverse_params = new H223ChannelParam(idRvs, lcpRvs, dtRvs); in InitOlc() 231 Set(dir, id, forward_params, reverse_params); in InitOlc() 234 if (reverse_params) in InitOlc() 235 delete reverse_params; in InitOlc()
|
/external/opencore/protocols/systems/3g-324m_pvterminal/common/include/ |
D | h223types.h | 181 … dir, TPVChannelId iId, H223ChannelParam* forward_params, H223ChannelParam* reverse_params = NULL); 213 …rection dir, TPVChannelId iId, H223ChannelParam* forward_params, H223ChannelParam* reverse_params);
|