Home
last modified time | relevance | path

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

/external/opencore/protocols/systems/3g-324m_pvterminal/h324/srp/include/
Dsrp.h322 return iULPortIn; in RequestULPort()
565 PVMFPortInterface *iULPortIn; variable
/external/opencore/protocols/systems/3g-324m_pvterminal/h324/srp/src/
Dsrp.cpp63 iULPortIn(NULL), in SRP()
102 iULPortIn = OSCL_NEW(SRPUpperLayerPortIn, (this)); in SrpInitL()
103 OsclError::LeaveIfNull(iULPortIn); in SrpInitL()
309 if (iULPortIn) in SrpReset()
311 OSCL_DELETE(iULPortIn); in SrpReset()
312 iULPortIn = NULL; in SrpReset()