Home
last modified time | relevance | path

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

/external/opencore/protocols/systems/3g-324m_pvterminal/h324/tsc/src/
Dtscsrpbuffer.cpp25 TscSrpBufferLLPortIn *TscSrpBufferLLPortIn::NewL(TscSrpBuffer *aTscSrpBuffer) in NewL()
27 TscSrpBufferLLPortIn *self = OSCL_NEW(TscSrpBufferLLPortIn, (aTscSrpBuffer)); in NewL()
39 void TscSrpBufferLLPortIn::ConstructSelf(TscSrpBufferLLPortIn* self) in ConstructSelf()
51 TscSrpBufferLLPortIn::~TscSrpBufferLLPortIn() in ~TscSrpBufferLLPortIn()
73 PVMFStatus TscSrpBufferLLPortIn::Receive(PVMFSharedMediaMsgPtr aMsg) in Receive()
121 void TscSrpBufferLLPortIn::ConstructL() in ConstructL()
359 iLLPortIn = TscSrpBufferLLPortIn::NewL(this); in ConstructL()
/external/opencore/protocols/systems/3g-324m_pvterminal/h324/tsc/include/
Dtscsrpbuffer.h69 class TscSrpBufferLLPortIn : public PvmfPortBaseImpl
72 static TscSrpBufferLLPortIn* NewL(TscSrpBuffer* aTscSrpBuffer);
74 virtual ~TscSrpBufferLLPortIn();
79TscSrpBufferLLPortIn(TscSrpBuffer* aTscSrpBuffer) : PvmfPortBaseImpl(TSCSRPBUFFER_INPUT_PORT_TAG, … in TscSrpBufferLLPortIn() function
86 static void ConstructSelf(TscSrpBufferLLPortIn* self);
246 friend class TscSrpBufferLLPortIn; variable