Home
last modified time | relevance | path

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

/external/opencore/protocols/systems/3g-324m_pvterminal/h223/src/
Dcpvh223multiplex.cpp729 OsclSharedPtr<H223OutgoingChannel> outgoing_channel; in CloseChannel() local
737 outgoing_channel = *iter; in CloseChannel()
738 if (outgoing_channel->GetLogicalChannelNumber() == channel_id) in CloseChannel()
753 MuxSduData* sdu_data_ptr = FindMuxSduData(channel_id, outgoing_channel->IsSegmentable()); in CloseChannel()
757 outgoing_channel->ReleasePacket(sdu_data_ptr->sdu); in CloseChannel()
758 RemoveMuxSduData(channel_id, outgoing_channel->IsSegmentable()); in CloseChannel()
/external/opencore/protocols/systems/3g-324m_pvterminal/h324/tsc/src/
Dtsc_component.cpp1525 H223OutgoingChannelPtr outgoing_channel; in AcceptBLCRequest() local
1526 iH223->GetOutgoingChannel(OpenLcnF, outgoing_channel); in AcceptBLCRequest()
1527 outgoing_channel->Pause(); in AcceptBLCRequest()
2212 H223OutgoingChannelPtr outgoing_channel; in CheckOutgoingChannel() local
2213 status = iH223->GetOutgoingChannel(id, outgoing_channel); in CheckOutgoingChannel()
2220 outgoing_channel->Resume(); in CheckOutgoingChannel()
2222 iTSCObserver->RequestFrameUpdate(outgoing_channel); in CheckOutgoingChannel()
2411 H223OutgoingChannelPtr outgoing_channel; in OpenOutgoingChannel() local
2412 iH223->GetOutgoingChannel(ret->GetChannelId(), outgoing_channel); in OpenOutgoingChannel()
2415 outgoing_channel->Pause(); in OpenOutgoingChannel()