Home
last modified time | relevance | path

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

/external/opencore/protocols/systems/3g-324m_pvterminal/h324/tsc/include/
Dtscsrpbuffer.h61 class TscSrpBufferLLPortOut : public PvmfPortBaseImpl
64 TscSrpBufferLLPortOut() : PvmfPortBaseImpl(TSCSRPBUFFER_OUTPUT_PORT_TAG, NULL) {}; in TscSrpBufferLLPortOut() function
66 ~TscSrpBufferLLPortOut() {}; in ~TscSrpBufferLLPortOut()
/external/opencore/protocols/systems/3g-324m_pvterminal/h324/tsc/src/
Dtscsrpbuffer.cpp357 iLLPortOut = OSCL_NEW(TscSrpBufferLLPortOut, ()); in ConstructL()