Searched refs:outgoing_channel (Results 1 – 2 of 2) sorted by relevance
729 OsclSharedPtr<H223OutgoingChannel> outgoing_channel; in CloseChannel() local737 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()
1525 H223OutgoingChannelPtr outgoing_channel; in AcceptBLCRequest() local1526 iH223->GetOutgoingChannel(OpenLcnF, outgoing_channel); in AcceptBLCRequest()1527 outgoing_channel->Pause(); in AcceptBLCRequest()2212 H223OutgoingChannelPtr outgoing_channel; in CheckOutgoingChannel() local2213 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() local2412 iH223->GetOutgoingChannel(ret->GetChannelId(), outgoing_channel); in OpenOutgoingChannel()2415 outgoing_channel->Pause(); in OpenOutgoingChannel()