Home
last modified time | relevance | path

Searched refs:olc_list (Results 1 – 2 of 2) sorted by relevance

/external/opencore/protocols/systems/3g-324m_pvterminal/h324/tsc/src/
Dtsc_mt.cpp309 Oscl_Vector<OlcParam*, OsclMemAllocator> olc_list; in MtTrfReq() local
311 olc_list); in MtTrfReq()
334 TPVChannelId channel_id = (olc_list[lcn]->GetDirection() == OUTGOING) ? in MtTrfReq()
335 olc_list[lcn]->GetChannelId() : in MtTrfReq()
336 olc_list[lcn]->GetReverseParams()->GetChannelId(); in MtTrfReq()
341 olc_list[lcn]->SetMtState(MT_PENDING); in MtTrfReq()
342 olc_list[lcn]->SetMtSn(iOutMtSn); in MtTrfReq()
343 olc_list[lcn]->SetMtNum(entry_num); in MtTrfReq()
Dtsc_component.cpp1689 Oscl_Vector<OlcParam*, OsclMemAllocator> olc_list; in MuxTableSendComplete() local
1690 unsigned num_pending = iOlcs.FindOutgoingOlcsByMtState(MT_PENDING, olc_list); in MuxTableSendComplete()
1694 olc_list[lcn]->SetMtState(status == PVMFSuccess ? MT_COMPLETE : MT_RELEASED); in MuxTableSendComplete()
1695 if (olc_list[lcn]->GetState() == OLC_ESTABLISHED) in MuxTableSendComplete()
1697 CheckOutgoingChannel(olc_list[lcn], status); in MuxTableSendComplete()
1702 …plete Mux table completed, but channel still pending. channel id=(%d)", olc_list[lcn]->GetChannelI… in MuxTableSendComplete()