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

  /external/opencore/protocols/systems/3g-324m_pvterminal/h223/src/
cpvh223multiplex.cpp 215 CloseChannel(OUTGOING, iOutgoingChannels[out_lcn]->GetLogicalChannelNumber());
219 CloseChannel(INCOMING, iIncomingChannels[in_lcn]->GetLogicalChannelNumber());
556 if (iOutgoingChannels[index]->GetLogicalChannelNumber() == id)
573 if (iIncomingChannels[index]->GetLogicalChannelNumber() == id)
738 if (outgoing_channel->GetLogicalChannelNumber() == channel_id)
764 if (iLcnEnd && (iLcnEnd->GetLogicalChannelNumber() == channel_id))
774 if (incoming_channel->GetLogicalChannelNumber() == channel_id)
865 PVLOGGER_LOGMSG(PVLOGMSG_INST_HLDBG, iLogger, PVLOGMSG_STACK_TRACE, (0, "CPVH223Multiplex::MuxToALDispatch Memory allocation failure on AlDispatch, channel id=%d", iLcnEnd->GetLogicalChannelNumber()));
    [all...]
muxtbl.cpp 235 if (!(*iOutgoingDescriptors)[desc_num]->FindLcn((uint16)sdu_data.lcn->GetLogicalChannelNumber(), (uint16)(sdu_data.lcn->IsSegmentable() ? 0 : sdu_data.size), slot))
240 if (sdu_data.lcn->GetLogicalChannelNumber() == 0)
  /external/opencore/protocols/systems/3g-324m_pvterminal/h324/tsc/src/
tscmain.cpp 942 (0, "TSC_324m::RequestFrameUpdate lcn=%d", channel->GetLogicalChannelNumber()));
943 OlcParam* param = iTSCcomponent->FindOlcGivenChannel(INCOMING, channel->GetLogicalChannelNumber());
957 CmdMisc(EVideoFastUpdatePicture, channel->GetLogicalChannelNumber());
    [all...]
  /external/opencore/protocols/systems/3g-324m_pvterminal/h223/include/
logicalchannel.h 132 TPVChannelId GetLogicalChannelNumber()
  /external/opencore/protocols/systems/3g-324m_pvterminal/common/include/
pvt_common.h 1096 virtual TPVChannelId GetLogicalChannelNumber() = 0;
    [all...]

Completed in 647 milliseconds