Home
last modified time | relevance | path

Searched refs:iLLPortIn (Results 1 – 4 of 4) sorted by relevance

/external/opencore/protocols/systems/3g-324m_pvterminal/h324/tsc/include/
Dtscsrpbuffer.h120 return iLLPortIn; in GetLLPort()
153 iLLPortIn(NULL), in TscSrpBuffer()
241 PVMFPortInterface* iLLPortIn; variable
/external/opencore/protocols/systems/3g-324m_pvterminal/h324/tsc/src/
Dtscsrpbuffer.cpp160 if (iLLPortIn) in ~TscSrpBuffer()
162 OSCL_DELETE(iLLPortIn); in ~TscSrpBuffer()
163 iLLPortIn = NULL; in ~TscSrpBuffer()
359 iLLPortIn = TscSrpBufferLLPortIn::NewL(this); in ConstructL()
/external/opencore/protocols/systems/3g-324m_pvterminal/h324/srp/include/
Dsrp.h308 return iLLPortIn; in RequestLLPort()
563 PVMFPortInterface *iLLPortIn; variable
/external/opencore/protocols/systems/3g-324m_pvterminal/h324/srp/src/
Dsrp.cpp61 iLLPortIn(NULL), in SRP()
98 iLLPortIn = OSCL_NEW(SRPLowerLayerPortIn, (this)); in SrpInitL()
99 OsclError::LeaveIfNull(iLLPortIn); in SrpInitL()
297 if (iLLPortIn) in SrpReset()
299 OSCL_DELETE(iLLPortIn); in SrpReset()
300 iLLPortIn = NULL; in SrpReset()