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

  /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...]
  /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...]
cpvh223multiplex.cpp 601 H223ChannelParam* h223params)
    [all...]
  /external/opencore/protocols/systems/3g-324m_pvterminal/h223/include/
cpvh223multiplex.h 128 TPVStatusCode OpenChannel(TPVDirection direction, TPVChannelId channel_id, H223ChannelParam* channel_param);
  /external/opencore/protocols/systems/3g-324m_pvterminal/h324/tsc/include/
tsc_component.h 307 void OpenPort(TPVDirection dir, TPVChannelId lcn, H223ChannelParam* param);
tscmain.h 604 H223ChannelParam* iUnusedChannels[MAX_LCNS];
640 Oscl_Vector<H223ChannelParam*, PVMFTscAlloc> iIncomingChannels;
  /external/opencore/protocols/systems/3g-324m_pvterminal/h324/tsc/src/
tscmain.cpp 624 H223ChannelParam in_channel_params(0,
628 H223ChannelParam out_channel_params(0,
828 H223ChannelParam* param = iIncomingChannels.back();
    [all...]
tsc_component.cpp     [all...]

Completed in 36 milliseconds