Home
last modified time | relevance | path

Searched refs:RequestULPort (Results 1 – 2 of 2) sorted by relevance

/external/opencore/protocols/systems/3g-324m_pvterminal/h324/tsc/src/
Dtscmain.cpp372 if (iSrp->RequestULPort(SRP_INPUT_PORT_TAG)) in ResetTsc()
373 iSrp->RequestULPort(SRP_INPUT_PORT_TAG)->Disconnect(); in ResetTsc()
375 if (iSrp->RequestULPort(SRP_OUTPUT_PORT_TAG)) in ResetTsc()
376 iSrp->RequestULPort(SRP_OUTPUT_PORT_TAG)->Disconnect(); in ResetTsc()
2373 port = iSrp->RequestULPort(SRP_INPUT_PORT_TAG); in ConfigureSrp()
2376 port = iSrp->RequestULPort(SRP_OUTPUT_PORT_TAG); in ConfigureSrp()
2427 port = iSrp->RequestULPort(SRP_INPUT_PORT_TAG); in StopSrp()
2435 port = iSrp->RequestULPort(SRP_OUTPUT_PORT_TAG); in StopSrp()
/external/opencore/protocols/systems/3g-324m_pvterminal/h324/srp/include/
Dsrp.h318 PVMFPortInterface * RequestULPort(const int32 aPortTag) in RequestULPort() function