HomeSort by relevance Sort by last modified time
    Searched refs:SrtpSession (Results 1 - 3 of 3) sorted by null

  /external/webrtc/talk/session/media/
srtpfilter.cc 113 SrtpSession::Terminate();
179 // SrtpSession.
195 send_rtcp_session_.reset(new SrtpSession());
201 recv_rtcp_session_.reset(new SrtpSession());
371 send_session_.reset(new SrtpSession());
373 recv_session_.reset(new SrtpSession());
484 // SrtpSession
488 bool SrtpSession::inited_ = false;
490 // This lock protects SrtpSession::inited_ and SrtpSession::sessions_
    [all...]
srtpfilter.h 58 class SrtpSession;
187 rtc::scoped_ptr<SrtpSession> send_session_;
188 rtc::scoped_ptr<SrtpSession> recv_session_;
189 rtc::scoped_ptr<SrtpSession> send_rtcp_session_;
190 rtc::scoped_ptr<SrtpSession> recv_rtcp_session_;
196 class SrtpSession {
198 SrtpSession();
199 ~SrtpSession();
244 static std::list<SrtpSession*>* sessions();
253 RTC_DISALLOW_COPY_AND_ASSIGN(SrtpSession);
    [all...]
srtpfilter_unittest.cc 610 cricket::SrtpSession s1_;
611 cricket::SrtpSession s2_;
    [all...]

Completed in 35 milliseconds