Searched refs:mListRtpSession (Results 1 – 2 of 2) sorted by relevance
22 std::list<IRtpSession*> IRtpSession::mListRtpSession; member in IRtpSession29 for (auto& i : mListRtpSession) in GetInstance()38 if (mListRtpSession.size() == 0) in GetInstance()45 mListRtpSession.push_back(pSession); in GetInstance()63 mListRtpSession.remove(session); in ReleaseInstance()67 if (mListRtpSession.size() == 0) in ReleaseInstance()
124 static std::list<IRtpSession*> mListRtpSession;