Home
last modified time | relevance | path

Searched refs:GetReplacementFor (Results 1 – 3 of 3) sorted by relevance

/external/opencore/protocols/systems/3g-324m_pvterminal/h324/tsc/src/
Dtsc_component.cpp1479 if (param->GetReplacementFor() != CHANNEL_ID_UNKNOWN) in LcnDataDetected()
1483 param->GetReplacementFor())); in LcnDataDetected()
1484 ChannelReleased(INCOMING, param->GetReplacementFor(), PV2WayErrReplaced); in LcnDataDetected()
2303 if (dir == OUTGOING && olc_param->GetReplacementFor() != CHANNEL_ID_UNKNOWN) in OpenLogicalChannel()
2307 olc_param->GetReplacementFor())); in OpenLogicalChannel()
2308 ChannelReleased(OUTGOING, olc_param->GetReplacementFor(), PV2WayErrReplaced); in OpenLogicalChannel()
/external/opencore/protocols/systems/3g-324m_pvterminal/common/include/
Dh223types.h198 TPVChannelId GetReplacementFor();
/external/opencore/protocols/systems/3g-324m_pvterminal/h223/src/
Dh223types.cpp322 TPVChannelId OlcParam::GetReplacementFor() in GetReplacementFor() function in OlcParam