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

  /external/opencore/protocols/systems/3g-324m_pvterminal/h223/src/
logicalchannel.cpp 169 PVLOGGER_LOGMSG(PVLOGMSG_INST_HLDBG, iLogger, PVLOGMSG_STACK_TRACE, (0, "H223OutgoingChannel::Pause lcn=%d", lcn));
180 H223OutgoingChannel::H223OutgoingChannel(TPVChannelId num,
194 iLogger = PVLogger::GetLoggerObject("3g324m.h223.H223OutgoingChannel");
198 PVLOGGER_LOGMSG(PVLOGMSG_INST_HLDBG, iLogger, PVLOGMSG_STACK_TRACE, (0, "H223OutgoingChannel::H223OutgoingChannel - num(%d),segmentable(%d)", num, segmentable));
199 PVLOGGER_LOGMSG(PVLOGMSG_INST_HLDBG, iLogger, PVLOGMSG_STACK_TRACE, (0, "H223OutgoingChannel::H223OutgoingChannel - AL SDU size(%d), hdr(%d), trlr(%d)", iAl->GetSduSize(), iAl->GetHdrSz(), iAl->GetTrlrSz()));
215 H223OutgoingChannel::~H223OutgoingChannel()
    [all...]
  /external/opencore/protocols/systems/3g-324m_pvterminal/h223/include/
logicalchannel.h 262 class H223OutgoingChannel : public H223LogicalChannel
265 H223OutgoingChannel(TPVChannelId num,
273 ~H223OutgoingChannel();
381 class H223OutgoingControlChannel : public H223OutgoingChannel
390 : H223OutgoingChannel(0, SEGMENTABLE, al, data_type, observer, bitrate, sample_interval, num_media_data)
521 OsclSharedPtr<H223OutgoingChannel> lcn;

Completed in 25 milliseconds