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

  /external/opencore/protocols/systems/3g-324m_pvterminal/h223/src/
h223types.cpp 21 H223ChannelParam::H223ChannelParam(TPVChannelId id, PS_H223LogicalChannelParameters lcp, PS_DataType dt)
40 H223ChannelParam::H223ChannelParam(TPVChannelId id,
55 H223ChannelParam::H223ChannelParam(const H223ChannelParam & that) : CPVChannelParam(),
71 H223ChannelParam::~H223ChannelParam()
87 H223ChannelParam& H223ChannelParam::operator =(const H223ChannelParam & that
    [all...]
  /external/opencore/protocols/systems/3g-324m_pvterminal/common/include/
h223types.h 121 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 static OlcParam* NewL(TPVDirection dir, TPVChannelId iId, H223ChannelParam* forward_params, H223ChannelParam* reverse_params = NULL)
    [all...]

Completed in 177 milliseconds