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

  /external/opencore/protocols/systems/3g-324m_pvterminal/h223/src/
h223types.cpp 327 OlcList::OlcList()
331 OlcList::~OlcList()
336 void OlcList::Clear()
339 OlcList::iterator it = begin();
348 bool OlcList::HasOlcs(TPVDirection dir,
353 OlcList::iterator it = begin();
369 unsigned OlcList::FindOutgoingOlcsByMtState(unsigned states,
372 OlcList::iterator it = begin()
    [all...]
  /external/opencore/protocols/systems/3g-324m_pvterminal/h324/tsc/include/
tsc_channelcontrol.h 61 TSC_channelcontrol(OlcList& aOlcs,
85 OlcList& iOlcs;
tsc_mt.h 72 void MtTrfReq(OlcList& aOlcs);
tsc_component.h 265 OlcList iOlcs;
  /external/opencore/protocols/systems/3g-324m_pvterminal/h324/tsc/src/
tsc_channelcontrol.cpp 30 TSC_channelcontrol::TSC_channelcontrol(OlcList& aOlcs,
88 OlcList::iterator it = iOlcs.begin();
91 OlcList::value_type& val = (*it++);
tsc_mt.cpp 302 void TSC_mt::MtTrfReq(OlcList& aOlcs)
tsc_component.cpp     [all...]
  /external/opencore/protocols/systems/3g-324m_pvterminal/common/include/
h223types.h 210 friend class OlcList;
246 class OlcList: public Oscl_Map<OlcKey, OlcParam*, OsclMemAllocator>
249 OlcList();
250 ~OlcList();

Completed in 75 milliseconds