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

  /external/opencore/protocols/systems/3g-324m_pvterminal/h324/tsc/src/
tsc_channelcontrol.cpp 92 OlcParam* olc = val.second; local
93 if (olc->GetDirection() == REVERSE_DIR(aDir) &&
94 olc->GetReverseParams() &&
95 olc->GetReverseParams()->GetChannelId() == aChannelId)
120 (0, "TSC_channelcontrol::ReceivedFormatSpecificInfo - Channel not in pending state. Not sending OLC."));
tsc_component.cpp 689 (0, "TSC_component::LcEtbIdc Established incoming OLC found for same channel id. Rejecting OLC(%d)",
701 /* pending incoming OLC for the same media type */
710 (0, "TSC_component::LcEtbIdc Pending incoming OLC found for media type=%d, lcn=%d",
715 (0, "TSC_component::LcEtbIdc Established incoming OLC found for same media type. Rejecting OLC(%d)",
727 // Add pending olc to list
729 // is there is a pending outgoing OLC for the same media type ?
740 // There is an OLC/OBLC conflict
743 // We are master, hence we reject the OLC
1419 OlcParam* olc = val.second; local
1721 OlcParam* olc = (*it++).second; local
2271 OlcParam* olc = (*it++).second; local
    [all...]
  /external/opencore/protocols/systems/3g-324m_pvterminal/h245/se/include/
lcblc.h 174 void Handler(PS_OpenLogicalChannel olc)
182 IncomingReleased(olc);
185 IncomingAwaitingEstablishment(olc);
188 IncomingEstablished(olc);
382 void IncomingReleased(PS_OpenLogicalChannel olc)
385 if (Observer) Observer->LCBLCEstablishIndication(ForwardLcn, olc->forwardLogicalChannelParameters, ReverseLcn, olc->reverseLogicalChannelParameters);
388 void IncomingAwaitingEstablishment(PS_OpenLogicalChannel olc)
394 Observer->LCBLCEstablishIndication(ForwardLcn, olc->forwardLogicalChannelParameters, ReverseLcn, olc->reverseLogicalChannelParameters)
    [all...]
  /external/opencore/protocols/systems/3g-324m_pvterminal/h223/src/
h223types.cpp 338 OlcParam* olc = NULL; local
342 olc = (*it++).second;
343 OSCL_DELETE(olc);
473 OlcParam* olc = OSCL_NEW(OlcParam, ()); local
474 olc->InitOlc(dir, id, dt, lcp, idRvs, dtRvs, lcpRvs);
475 AppendOlc(olc, dir, id);
477 return olc;
519 OlcParam* olc = val.second; local
520 if (olc->GetDirection() == OUTGOING || olc->GetReverseParams()
    [all...]
  /external/opencore/protocols/systems/3g-324m_pvterminal/h324/tsc/include/
tsc_component.h 305 void ReleaseOlc(OlcParam* olc, uint16 cause);

Completed in 75 milliseconds