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

  /external/opencore/protocols/systems/3g-324m_pvterminal/h223/src/
cpvh223multiplex.cpp 153 for (unsigned in_lcn = 0; in_lcn < iIncomingChannels.size(); in_lcn++)
155 iIncomingChannels[in_lcn].Unbind();
196 OSCL_ASSERT(iIncomingChannels[0].GetRep());
217 for (unsigned in_lcn = 0; in_lcn < iIncomingChannels.size(); in_lcn++)
219 CloseChannel(INCOMING, iIncomingChannels[in_lcn]->GetLogicalChannelNumber());
242 iIncomingChannels[0]->Flush();
571 for (TPVChannelId index = 0; index < iIncomingChannels.size(); index++)
573 if (iIncomingChannels[index]->GetLogicalChannelNumber() == id)
575 channel = iIncomingChannels[index];
707 iIncomingChannels.push_back(channel_ptr)
    [all...]
  /external/opencore/protocols/systems/3g-324m_pvterminal/h223/include/
cpvh223multiplex.h 235 Oscl_Vector<H223IncomingChannelPtr, OsclMemAllocator> iIncomingChannels;
  /external/opencore/protocols/systems/3g-324m_pvterminal/h324/tsc/src/
tscmain.cpp 826 while (iIncomingChannels.size())
828 H223ChannelParam* param = iIncomingChannels.back();
829 iIncomingChannels.pop_back();
    [all...]
  /external/opencore/protocols/systems/3g-324m_pvterminal/h324/tsc/include/
tscmain.h 640 Oscl_Vector<H223ChannelParam*, PVMFTscAlloc> iIncomingChannels;

Completed in 867 milliseconds