Searched refs:pSession (Results 1 – 2 of 2) sorted by relevance
44 IRtpSession* pSession = new IRtpSession(type, localAddress, peerAddress); in GetInstance() local45 mListRtpSession.push_back(pSession); in GetInstance()46 pSession->increaseRefCounter(); in GetInstance()47 return pSession; in GetInstance()
85 static void ReleaseInstance(IRtpSession* pSession);