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

  /external/opencore/engines/2way/src/
pv_2way_data_channel_datapath.h 61 TPVChannelId GetChannelId()
pv_2way_engine.cpp     [all...]
  /external/opencore/protocols/systems/3g-324m_pvterminal/h324/tsc/src/
tsc_component.cpp 711 media_type, pending_olc_list[i]->GetChannelId()));
756 iTSCblc.BlcRlsReq(RELEASE_CLOSE, param->GetChannelId(), 0);
757 ChannelReleased(OUTGOING, param->GetChannelId(), PVMFErrCancelled);
785 pending_outgoing_olc->GetChannelId(), 0);
787 pending_outgoing_olc->GetChannelId(), PVMFErrCancelled);
    [all...]
tsc_channelcontrol.cpp 95 olc->GetReverseParams()->GetChannelId() == aChannelId)
tsc_indication.cpp 441 if (indication->logicalChannelNumber2 != olcparam->GetChannelId())
445 indication->logicalChannelNumber2, olcparam->GetChannelId()));
456 if (indication->logicalChannelNumber1 != olcparam->GetChannelId())
460 indication->logicalChannelNumber1, olcparam->GetChannelId()));
tsc_mt.cpp 335 olc_list[lcn]->GetChannelId() :
336 olc_list[lcn]->GetReverseParams()->GetChannelId();
tscmain.cpp     [all...]
  /external/opencore/protocols/systems/tools/general/common/include/
pvt_params.h 111 TPVChannelId GetChannelId()
  /external/opencore/protocols/systems/3g-324m_pvterminal/common/include/
h223types.h 146 TPVChannelId GetChannelId();
186 TPVChannelId GetChannelId();
pvt_common.h 334 virtual TPVChannelId GetChannelId() = 0;
    [all...]
  /external/opencore/protocols/systems/3g-324m_pvterminal/h223/src/
h223types.cpp 148 TPVChannelId H223ChannelParam::GetChannelId()
257 TPVChannelId OlcParam::GetChannelId()
410 info.iId = h223params->GetChannelId();
439 info.iId = h223params->GetChannelId();
  /external/opencore/protocols/systems/3g-324m_pvterminal/common/src/
pvt_common.cpp 173 return ((a.GetDirection() == b.GetDirection()) && (a.GetChannelId() == b.GetChannelId()));

Completed in 158 milliseconds