Searched refs:TscSrpBufferLLPortIn (Results 1 – 2 of 2) sorted by relevance
25 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()
69 class TscSrpBufferLLPortIn : public PvmfPortBaseImpl72 static TscSrpBufferLLPortIn* NewL(TscSrpBuffer* aTscSrpBuffer);74 virtual ~TscSrpBufferLLPortIn();79 …TscSrpBufferLLPortIn(TscSrpBuffer* aTscSrpBuffer) : PvmfPortBaseImpl(TSCSRPBUFFER_INPUT_PORT_TAG, … in TscSrpBufferLLPortIn() function86 static void ConstructSelf(TscSrpBufferLLPortIn* self);246 friend class TscSrpBufferLLPortIn; variable