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

  /external/opencore/protocols/systems/3g-324m_pvterminal/h223/src/
h223types.cpp 169 H223ChannelParam* forward_params,
173 ret->Set(dir, id, forward_params, reverse_params);
191 void OlcParam::Set(TPVDirection dir, TPVChannelId id, H223ChannelParam* forward_params, H223ChannelParam* reverse_params)
206 if (forward_params)
208 iForwardParams = OSCL_NEW(H223ChannelParam, (*forward_params));
224 H223ChannelParam* forward_params = new H223ChannelParam(id, lcp, dt); local
231 Set(dir, id, forward_params, reverse_params);
233 delete forward_params;
  /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 275 milliseconds