HomeSort by relevance Sort by last modified time
    Searched refs:reverse_params (Results 1 - 2 of 2) sorted by null

  /external/opencore/protocols/systems/3g-324m_pvterminal/h223/src/
h223types.cpp 170 H223ChannelParam* reverse_params)
173 ret->Set(dir, id, forward_params, reverse_params);
191 void OlcParam::Set(TPVDirection dir, TPVChannelId id, H223ChannelParam* forward_params, H223ChannelParam* reverse_params)
210 if (reverse_params)
212 iReverseParams = OSCL_NEW(H223ChannelParam, (*reverse_params));
225 H223ChannelParam* reverse_params = NULL; local
228 reverse_params = new H223ChannelParam(idRvs, lcpRvs, dtRvs);
231 Set(dir, id, forward_params, reverse_params);
234 if (reverse_params)
235 delete reverse_params;
    [all...]
  /external/opencore/protocols/systems/3g-324m_pvterminal/common/include/
h223types.h 181 static OlcParam* NewL(TPVDirection dir, TPVChannelId iId, H223ChannelParam* forward_params, H223ChannelParam* reverse_params = NULL);
213 void Set(TPVDirection dir, TPVChannelId iId, H223ChannelParam* forward_params, H223ChannelParam* reverse_params);

Completed in 29 milliseconds