Home
last modified time | relevance | path

Searched refs:GetReverseParams (Results 1 – 5 of 5) sorted by relevance

/external/opencore/protocols/systems/3g-324m_pvterminal/h324/tsc/src/
Dtsc_channelcontrol.cpp94 olc->GetReverseParams() && in IsEstablishedLogicalChannel()
95 olc->GetReverseParams()->GetChannelId() == aChannelId) in IsEstablishedLogicalChannel()
137 ::GetFormatSpecificInfo(param->GetReverseParams()->GetDataType(), in ReceivedFormatSpecificInfo()
141 SetFormatSpecificInfo(param->GetReverseParams()->GetDataType(), in ReceivedFormatSpecificInfo()
148 param->GetReverseParams()->GetDataType(), in ReceivedFormatSpecificInfo()
149 param->GetReverseParams()->GetLcnParams()); in ReceivedFormatSpecificInfo()
Dtsc_component.cpp1039 prm->GetReverseParams()->SetChannelId(OpenLcnF); in BlcEtbIdc()
1425 else if (olc->GetReverseParams()) in GetChannelFormatAndCapabilities()
1427 param = olc->GetReverseParams(); in GetChannelFormatAndCapabilities()
1521 GetCodecType(param->GetReverseParams()->GetDataType()) == PV_CODEC_TYPE_NONE) in AcceptBLCRequest()
1723 if (olc->GetReverseParams()) in StopData()
1725 iH223->StopChannel(olc->GetReverseParams()->GetDirection(), in StopData()
1726 olc->GetReverseParams()->GetChannelId()); in StopData()
2013 if (olc_param->GetReverseParams()) in BlcEtbCfm()
2016 olc_param->GetReverseParams()->SetChannelId(incoming_lcn); in BlcEtbCfm()
2019 olc_param->GetReverseParams()->GetChannelId(), in BlcEtbCfm()
[all …]
Dtsc_mt.cpp336 olc_list[lcn]->GetReverseParams()->GetChannelId(); in MtTrfReq()
/external/opencore/protocols/systems/3g-324m_pvterminal/h223/src/
Dh223types.cpp282 H223ChannelParam* OlcParam::GetReverseParams() in GetReverseParams() function in OlcParam
403 val.second->GetReverseParams(); in FindCodecs()
435 val.second->GetReverseParams(); in FindCodec()
520 if (olc->GetDirection() == OUTGOING || olc->GetReverseParams()) in FindOlcByMtSn()
/external/opencore/protocols/systems/3g-324m_pvterminal/common/include/
Dh223types.h190 H223ChannelParam* GetReverseParams();