Home
last modified time | relevance | path

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

/external/opencore/protocols/systems/3g-324m_pvterminal/h324/tsc/include/
Dtsc_component.h134 …virtual void SetOutgoingChannelConfig(Oscl_Vector<H324ChannelParameters, PVMFTscAlloc>& out_channe…
Dtscmain.h390 …OSCL_IMPORT_REF void SetOutgoingChannelConfig(Oscl_Vector<H324ChannelParameters, PVMFTscAlloc>& ou…
/external/opencore/protocols/systems/3g-324m_pvterminal/h324/tsc/src/
Dtscmain.cpp2040 OSCL_EXPORT_REF void TSC_324m::SetOutgoingChannelConfig( in SetOutgoingChannelConfig() function in TSC_324m
2052 iTSCcomponent->SetOutgoingChannelConfig(out_channel_config); in SetOutgoingChannelConfig()
Dtsc_component.cpp1319 void TSC_component::SetOutgoingChannelConfig(Oscl_Vector<H324ChannelParameters, PVMFTscAlloc>& out_… in SetOutgoingChannelConfig() function in TSC_component
/external/opencore/engines/2way/src/
Dpv_2way_engine.cpp2195 … ((TSC_324m *)((PVMFNodeInterface *)iTscNode))->SetOutgoingChannelConfig(iOutgoingChannelParams); in HandleTscNodeCmd()